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