Searched refs:subbuf_start (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/Documentation/filesystems/ |
D | relay.txt | 177 subbuf_start(buf, subbuf, prev_subbuf, prev_padding) 312 of the subbuf_start() callback, as described below. The default if no 313 subbuf_start() callback is defined is 'no-overwrite' mode. If the 334 client is notified via the subbuf_start() callback that a switch to a 341 an implementation of the subbuf_start() callback something like the 344 static int subbuf_start(struct rchan_buf *buf, 367 buffer will again invoke the subbuf_start() callback with the same 372 The implementation of the subbuf_start() callback for 'overwrite' mode 375 static int subbuf_start(struct rchan_buf *buf, 394 The default subbuf_start() implementation, used if the client doesn't [all …]
|
/Linux-v5.4/kernel/ |
D | relay.c | 323 .subbuf_start = subbuf_start_default_callback, 373 buf->chan->cb->subbuf_start(buf, buf->data, NULL, 0); in __relay_reset() 509 if (!cb->subbuf_start) in setup_callbacks() 510 cb->subbuf_start = subbuf_start_default_callback; in setup_callbacks() 777 if (!buf->chan->cb->subbuf_start(buf, new, old, buf->prev_padding)) { in relay_switch_subbuf()
|
/Linux-v5.4/include/linux/ |
D | relay.h | 99 int (*subbuf_start) (struct rchan_buf *buf, member
|
/Linux-v5.4/drivers/gpu/drm/i915/gt/uc/ |
D | intel_guc_log.c | 143 .subbuf_start = subbuf_start_callback,
|
/Linux-v5.4/kernel/trace/ |
D | blktrace.c | 449 .subbuf_start = blk_subbuf_start_callback,
|