kfifo_is_full
if (kfifo_is_full(&lr->events)) {
if (kfifo_is_full(&node->ih_fifo)) {
if (!kfifo_is_full(&dev->pio_fifo))
if (kfifo_is_full(&c->fifo))
while (!irq || !kfifo_is_full(&dev->txstatus_fifo)) {
while (!kfifo_is_full(&rt2x00dev->txstatus_fifo)) {
if (kfifo_is_full(&chan->fifo))
while (!kfifo_is_full(&inbuf)) {
while (!kfifo_is_full(&inbuf)) {
__ret = !kfifo_is_full(__tmp); \