Searched refs:kfifo_is_full (Results 1 – 15 of 15) sorted by relevance
140 while (!kfifo_is_full(&inbuf)) { in dcc_put_work_fn()164 while (!kfifo_is_full(&inbuf)) { in dcc_get_work_fn()
284 #define kfifo_is_full(fifo) \ macro416 __ret = !kfifo_is_full(__tmp); \
125 if (kfifo_is_full(&chan->fifo)) in put_fifo_with_discard()
370 if (kfifo_is_full(&c->fifo)) in comp_rx_completion()
360 if (!kfifo_is_full(&stats_vdev->rd_kfifo)) in rkisp1_stats_isr_v1x()
410 if (!kfifo_is_full(&luma_vdev->rd_kfifo)) in rkisp_luma_isr()
1412 if (!kfifo_is_full(&stats_vdev->rd_kfifo)) in rkisp_stats_isr_v2x()
949 if (!kfifo_is_full(fifo)) in rkisp_rdbk_trigger_event()2821 if (kfifo_is_full(&dev->emd_data_fifo[idx].mipi_kfifo)) in rkisp_isp_read_add_fifo_data()
375 if (!kfifo_is_full(&luma_vdev->rd_kfifo)) in rkcif_luma_isr()
335 if (!kfifo_is_full(&dev->pio_fifo)) in r592_write_fifo_pio()
302 while (!kfifo_is_full(&rt2x00dev->txstatus_fifo)) { in rt2800mmio_fetch_txstatus()
563 if (!kfifo_is_full(&stats_vdev->rd_kfifo)) in rkisp1_stats_isr()
1427 if (kfifo_is_full(&dev->emd_data_fifo[idx].mipi_kfifo))
885 while (!irq || !kfifo_is_full(&dev->txstatus_fifo)) { in mt76x02_mac_poll_tx_status()
520 if (kfifo_is_full(&lr->events)) { in linereq_put_event()