Searched refs:relay_subbufs_consumed (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/kernel/ |
D | relay.c | 726 void relay_subbufs_consumed(struct rchan *chan, in relay_subbufs_consumed() function 744 EXPORT_SYMBOL_GPL(relay_subbufs_consumed); 891 relay_subbufs_consumed(buf->chan, buf->cpu, 1); in relay_file_read_consume() 904 relay_subbufs_consumed(buf->chan, buf->cpu, 1); in relay_file_read_consume() 1080 relay_subbufs_consumed(rbuf->chan, rbuf->cpu, 1); in relay_consume_bytes()
|
/linux-6.1.9/include/linux/ |
D | relay.h | 167 extern void relay_subbufs_consumed(struct rchan *chan,
|
/linux-6.1.9/Documentation/filesystems/ |
D | relay.rst | 174 relay_subbufs_consumed(chan, cpu, subbufs_consumed) 373 relay_subbufs_consumed(). Any subsequent attempts to write into the 398 relay_subbufs_consumed() function in this mode, as it's never
|