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