Searched refs:relay_subbufs_consumed (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/kernel/ |
D | relay.c | 788 void relay_subbufs_consumed(struct rchan *chan, in relay_subbufs_consumed() function 807 EXPORT_SYMBOL_GPL(relay_subbufs_consumed); 952 relay_subbufs_consumed(buf->chan, buf->cpu, 1); in relay_file_read_consume() 965 relay_subbufs_consumed(buf->chan, buf->cpu, 1); in relay_file_read_consume() 1182 relay_subbufs_consumed(rbuf->chan, rbuf->cpu, 1); in relay_consume_bytes()
|
/linux-4.1.27/include/linux/ |
D | relay.h | 177 extern void relay_subbufs_consumed(struct rchan *chan,
|
/linux-4.1.27/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
|