__kfifo_len — returns the number of bytes available in the FIFO, no locking version
unsigned int __kfifo_len (struct kfifo * fifo);
unsigned int __kfifo_len
the fifo to be used.