Home
last modified time | relevance | path

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

/linux/Documentation/filesystems/
H A Drelay.rst184 subbuf_start(buf, subbuf, prev_subbuf, prev_padding)
309 of the subbuf_start() callback, as described below. The default if no
310 subbuf_start() callback is defined is 'no-overwrite' mode. If the
331 client is notified via the subbuf_start() callback that a switch to a
338 an implementation of the subbuf_start() callback something like the
341 static int subbuf_start(struct rchan_buf *buf,
364 buffer will again invoke the subbuf_start() callback with the same
369 The implementation of the subbuf_start() callback for 'overwrite' mode
372 static int subbuf_start(struct rchan_buf *buf,
391 The default subbuf_start() implementation, used if the client doesn't
[all …]
/linux/drivers/net/wwan/t7xx/
H A Dt7xx_port_trace.c47 .subbuf_start = t7xx_trace_subbuf_start_handler,
/linux/include/linux/
H A Drelay.h115 int (*subbuf_start) (struct rchan_buf *buf, member
/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_trace.c66 .subbuf_start = ipc_trace_subbuf_start_handler,
/linux/kernel/
H A Drelay.c259 if (!buf->chan->cb->subbuf_start) in relay_subbuf_start()
262 return buf->chan->cb->subbuf_start(buf, subbuf, in relay_subbuf_start()
/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_log.c282 .subbuf_start = subbuf_start_callback,