Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Drelay.h181 extern int relay_buf_full(struct rchan_buf *buf);
/linux-4.1.27/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.1.27/kernel/
Drelay.c257 int relay_buf_full(struct rchan_buf *buf) in relay_buf_full() function
262 EXPORT_SYMBOL_GPL(relay_buf_full);
281 if (relay_buf_full(buf)) in subbuf_start_default_callback()
/linux-4.1.27/kernel/trace/
Dblktrace.c385 if (!relay_buf_full(buf)) in blk_subbuf_start_callback()