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