Searched refs:relay_subbufs_consumed (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/kernel/ |
D | relay.c | 782 void relay_subbufs_consumed(struct rchan *chan, in relay_subbufs_consumed() function 801 EXPORT_SYMBOL_GPL(relay_subbufs_consumed); 946 relay_subbufs_consumed(buf->chan, buf->cpu, 1); in relay_file_read_consume() 959 relay_subbufs_consumed(buf->chan, buf->cpu, 1); in relay_file_read_consume() 1180 relay_subbufs_consumed(rbuf->chan, rbuf->cpu, 1); in relay_consume_bytes()
|
/linux-2.6.39/include/linux/ |
D | relay.h | 179 extern void relay_subbufs_consumed(struct rchan *chan,
|
/linux-2.6.39/Documentation/filesystems/ |
D | relay.txt | 167 relay_subbufs_consumed(chan, cpu, subbufs_consumed) 366 relay_subbufs_consumed(). Any subsequent attempts to write into the 391 relay_subbufs_consumed() function in this mode, as it's never
|