Home
last modified time | relevance | path

Searched refs:relay_buf_full (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/drivers/net/wwan/iosm/
Diosm_ipc_trace.c57 if (relay_buf_full(buf)) { in ipc_trace_subbuf_start_handler()
/linux-6.1.9/include/linux/
Drelay.h171 extern int relay_buf_full(struct rchan_buf *buf);
/linux-6.1.9/Documentation/filesystems/
Drelay.rst192 relay_buf_full(buf)
359 if (relay_buf_full(buf))
370 current set of ready sub-buffers. For the relay_buf_full() function
376 ready sub-buffers will relay_buf_full() return 0, in which case the
395 In this case, the relay_buf_full() check is meaningless and the
436 callback by calling the relay_buf_full() helper function.
/linux-6.1.9/kernel/
Drelay.c241 int relay_buf_full(struct rchan_buf *buf) in relay_buf_full() function
246 EXPORT_SYMBOL_GPL(relay_buf_full);
256 return !relay_buf_full(buf); in relay_subbuf_start()
/linux-6.1.9/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_log.c236 if (relay_buf_full(buf)) in subbuf_start_callback()
/linux-6.1.9/drivers/net/wireless/ath/ath9k/
Dcommon-spectral.c457 ret += relay_buf_full(buf); in ath_cmn_is_fft_buf_full()
/linux-6.1.9/kernel/trace/
Dblktrace.c468 if (!relay_buf_full(buf)) in blk_subbuf_start_callback()