Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Drelay.h181 extern int relay_buf_full(struct rchan_buf *buf);
/linux-4.4.14/Documentation/filesystems/
Drelay.txt185 relay_buf_full(buf)
352 if (relay_buf_full(buf))
363 current set of ready sub-buffers. For the relay_buf_full() function
369 ready sub-buffers will relay_buf_full() return 0, in which case the
388 In this case, the relay_buf_full() check is meaningless and the
429 callback by calling the relay_buf_full() helper function.
/linux-4.4.14/kernel/
Drelay.c254 int relay_buf_full(struct rchan_buf *buf) in relay_buf_full() function
259 EXPORT_SYMBOL_GPL(relay_buf_full);
278 if (relay_buf_full(buf)) in subbuf_start_default_callback()
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dcommon-spectral.c485 ret += relay_buf_full(rc->buf[i]); in ath_cmn_is_fft_buf_full()
/linux-4.4.14/kernel/trace/
Dblktrace.c385 if (!relay_buf_full(buf)) in blk_subbuf_start_callback()