Searched refs:relay_buf_full (Results 1 – 6 of 6) sorted by relevance
38 if (relay_buf_full(buf)) { in t7xx_trace_subbuf_start_handler()
182 extern int relay_buf_full(struct rchan_buf *buf);
56 if (relay_buf_full(buf)) { in ipc_trace_subbuf_start_handler()
235 * relay_buf_full - boolean, is the channel buffer full?240 int relay_buf_full(struct rchan_buf *buf) in relay_buf_full() function 245 EXPORT_SYMBOL_GPL(relay_buf_full);254 int full = relay_buf_full(buf); in relay_subbuf_start()
192 relay_buf_full(buf)349 if (relay_buf_full(buf))360 current set of ready sub-buffers. For the relay_buf_full() function366 ready sub-buffers will relay_buf_full() return 0, in which case the385 In this case, the relay_buf_full() check is meaningless and the426 callback by calling the relay_buf_full() helper function.
235 if (relay_buf_full(buf)) in subbuf_start_callback()