Searched refs:relay_subbufs_consumed (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/kernel/ |
H A 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() 1081 relay_subbufs_consumed(rbuf->chan, rbuf->cpu, 1); in relay_consume_bytes()
|
/openbmc/linux/include/linux/ |
H A D | relay.h | 167 extern void relay_subbufs_consumed(struct rchan *chan,
|
/openbmc/linux/Documentation/filesystems/ |
H A 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
|