table of contents
other versions
KFIFO_INITIALIZED(9) | FIFO Buffer | KFIFO_INITIALIZED(9) |
NAME¶
kfifo_initialized - Check if the fifo is initialized
SYNOPSIS¶
kfifo_initialized(fifo);
ARGUMENTS¶
fifo
address of the fifo to check
DESCRIPTION¶
Return true if fifo is initialized, otherwise false. Assumes the fifo was 0 before.
COPYRIGHT¶
June 2017 | Kernel Hackers Manual 4.11 |