kfifo_is_full     335 drivers/memstick/host/r592.c 		if (!kfifo_is_full(&dev->pio_fifo))
kfifo_is_full     807 drivers/net/wireless/mediatek/mt76/mt76x02_mac.c 	while (!irq || !kfifo_is_full(&dev->txstatus_fifo)) {
kfifo_is_full     299 drivers/net/wireless/ralink/rt2x00/rt2800mmio.c 	while (!kfifo_is_full(&rt2x00dev->txstatus_fifo)) {
kfifo_is_full     121 drivers/soc/aspeed/aspeed-lpc-snoop.c 	if (kfifo_is_full(&chan->fifo))
kfifo_is_full     382 drivers/staging/most/cdev/cdev.c 	if (kfifo_is_full(&c->fifo))
kfifo_is_full     385 include/linux/kfifo.h 		__ret = !kfifo_is_full(__tmp); \