1KFIFO_IS_EMPTY(9) FIFO Buffer KFIFO_IS_EMPTY(9)
2
3
4
6 kfifo_is_empty - returns true if the fifo is empty
7
9 __must_check int kfifo_is_empty(struct kfifo * fifo);
10
12 fifo
13 the fifo to be used.
14
16Kernel Hackers Manual 2.6. November 2011 KFIFO_IS_EMPTY(9)