Name

__kfifo_len — returns the number of bytes available in the FIFO, no locking version

Synopsis

unsigned int __kfifo_len (struct kfifo * fifo);

Arguments

fifo

the fifo to be used.