table of contents
other versions
RELAY_BUF_FULL(9) | relay interface support | RELAY_BUF_FULL(9) |
NAME¶
relay_buf_full - boolean, is the channel buffer full?
SYNOPSIS¶
int relay_buf_full(struct rchan_buf * buf);
ARGUMENTS¶
struct rchan_buf * buf
channel buffer
DESCRIPTION¶
Returns 1 if the buffer is full, 0 otherwise.
COPYRIGHT¶
July 2017 | Kernel Hackers Manual 4.11 |