Home
last modified time | relevance | path

Searched refs:subbuf_start (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/Documentation/filesystems/
Drelay.rst184 subbuf_start(buf, subbuf, prev_subbuf, prev_padding)
319 of the subbuf_start() callback, as described below. The default if no
320 subbuf_start() callback is defined is 'no-overwrite' mode. If the
341 client is notified via the subbuf_start() callback that a switch to a
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
379 The implementation of the subbuf_start() callback for 'overwrite' mode
382 static int subbuf_start(struct rchan_buf *buf,
401 The default subbuf_start() implementation, used if the client doesn't
[all …]
/linux-5.19.10/drivers/net/wwan/iosm/
Diosm_ipc_trace.c67 .subbuf_start = ipc_trace_subbuf_start_handler,
/linux-5.19.10/include/linux/
Drelay.h101 int (*subbuf_start) (struct rchan_buf *buf, member
/linux-5.19.10/kernel/
Drelay.c258 if (!buf->chan->cb->subbuf_start) in relay_subbuf_start()
261 return buf->chan->cb->subbuf_start(buf, subbuf, in relay_subbuf_start()
/linux-5.19.10/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_log.c128 .subbuf_start = subbuf_start_callback,
/linux-5.19.10/kernel/trace/
Dblktrace.c462 .subbuf_start = blk_subbuf_start_callback,