1KFIFO_SIZE(9) FIFO Buffer KFIFO_SIZE(9)
2
3
4
6 kfifo_size - returns the size of the fifo in bytes
7
9 __must_check unsigned int kfifo_size(struct kfifo * fifo);
10
12 fifo
13 the fifo to be used.
14
16Kernel Hackers Manual 2.6. November 2011 KFIFO_SIZE(9)