Searched refs:kfifo_is_full (Results 1 – 8 of 8) sorted by relevance
135 while (!kfifo_is_full(&inbuf)) { in dcc_put_work()161 while (!kfifo_is_full(&inbuf)) { in dcc_get_work()
284 #define kfifo_is_full(fifo) \ macro416 __ret = !kfifo_is_full(__tmp); \
123 if (kfifo_is_full(&chan->fifo)) in put_fifo_with_discard()
370 if (kfifo_is_full(&c->fifo)) in comp_rx_completion()
332 if (!kfifo_is_full(&dev->pio_fifo)) in r592_write_fifo_pio()
302 while (!kfifo_is_full(&rt2x00dev->txstatus_fifo)) { in rt2800mmio_fetch_txstatus()
889 while (!irq || !kfifo_is_full(&dev->txstatus_fifo)) { in mt76x02_mac_poll_tx_status()
629 if (kfifo_is_full(&lr->events)) { in linereq_put_event()