Searched refs:subbuf_start (Results 1 – 5 of 5) sorted by relevance
| /linux/Documentation/filesystems/ |
| A D | relay.rst | 184 subbuf_start(buf, subbuf, prev_subbuf, prev_padding) 320 subbuf_start() callback is defined is 'no-overwrite' mode. If the 348 an implementation of the subbuf_start() callback something like the 351 static int subbuf_start(struct rchan_buf *buf, 374 buffer will again invoke the subbuf_start() callback with the same 382 static int subbuf_start(struct rchan_buf *buf, 408 subbuf_start() callback. This reserved area can be used to store 412 subbuf_start() implementation; the padding value for the previous 413 sub-buffer is passed into the subbuf_start() callback along with a 415 known until a sub-buffer is filled. The subbuf_start() callback is [all …]
|
| /linux/include/linux/ |
| A D | relay.h | 101 int (*subbuf_start) (struct rchan_buf *buf, member
|
| /linux/kernel/ |
| A D | relay.c | 258 if (!buf->chan->cb->subbuf_start) in relay_subbuf_start() 261 return buf->chan->cb->subbuf_start(buf, subbuf, in relay_subbuf_start()
|
| /linux/drivers/gpu/drm/i915/gt/uc/ |
| A D | intel_guc_log.c | 138 .subbuf_start = subbuf_start_callback,
|
| /linux/kernel/trace/ |
| A D | blktrace.c | 452 .subbuf_start = blk_subbuf_start_callback,
|
Completed in 12 milliseconds