__kfifo_len(9)
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.
__kfifo_len - returns the number of bytes available in the FIFO, no
locking version
unsigned int __kfifo_len(struct kfifo * fifo);