kfifo_is_empty
(9)
Returns true if the fifo is empty
Carta.tech
Man Pages
Kernel routines
kfifo_is_empty: Returns true if the fifo is empty
Carta.tech
Packages
linux-manual-3.16
kfifo_is_empty: Returns true if the fifo is empty
SYNOPSIS
kfifo_is_empty(
fifo
);
ARGUMENTS
fifo
address of the fifo to be used
COPYRIGHT
←
kfifo_initialized.9: Check if the fifo is initialized
kfifo_is_full.9: Returns true if the fifo is full
→