| /OK3568_Linux_fs/kernel/samples/kfifo/ |
| H A D | inttype-example.c | 90 while (kfifo_get(&test, &i)) { in testfunc()
|
| H A D | bytestream-example.c | 97 while (kfifo_get(&test, &i)) { in testfunc()
|
| /OK3568_Linux_fs/kernel/drivers/soc/rockchip/fiq_debugger/ |
| H A D | rk_fiq_debugger.c | 347 while (!console_thread_stop && kfifo_get(&fifo, &c)) { in console_thread() 353 while (!console_thread_stop && kfifo_get(&tty_fifo, &c)) { in console_thread() 397 while (fifo_count-- && kfifo_get(&fifo, &c)) in console_write()
|
| /OK3568_Linux_fs/kernel/drivers/tty/hvc/ |
| H A D | hvc_dcc.c | 136 while (kfifo_get(&outbuf, &ch)) in dcc_put_work_fn()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/ |
| H A D | sun4i_drv.c | 389 while (kfifo_get(&list.fifo, &endpoint)) { in sun4i_drv_probe()
|
| /OK3568_Linux_fs/kernel/drivers/input/rmi4/ |
| H A D | rmi_driver.c | 195 count = kfifo_get(&drvdata->attn_fifo, &attn_data); in rmi_irq_fn() 936 count = kfifo_get(&data->attn_fifo, &attn_data); in rmi_disable_irq()
|
| /OK3568_Linux_fs/kernel/drivers/pci/pcie/ |
| H A D | aer.c | 984 while (kfifo_get(&aer_recover_ring, &entry)) { in aer_recover_work_func() 1177 while (kfifo_get(&rpc->aer_fifo, &e_src)) in aer_isr()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/ |
| H A D | mt76x02_mmio.c | 148 while (kfifo_get(&dev->txstatus_fifo, &stat)) in mt76x02_process_tx_status_fifo()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | kfifo.h | 442 #define kfifo_get(fifo, val) \ macro
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | linuxver.h | 791 #define kfifo_out_spinlocked(a, b, c, d) kfifo_get(a, (u8 *)b, c)
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | linuxver.h | 861 #define kfifo_out_spinlocked(a, b, c, d) kfifo_get(a, (u8 *)b, c)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | linuxver.h | 863 #define kfifo_out_spinlocked(a, b, c, d) kfifo_get(a, (u8 *)b, c)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | linuxver.h | 863 #define kfifo_out_spinlocked(a, b, c, d) kfifo_get(a, (u8 *)b, c)
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | linuxver.h | 912 #define kfifo_out_spinlocked(a, b, c, d) kfifo_get(a, (u8 *)b, c)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | linuxver.h | 909 #define kfifo_out_spinlocked(a, b, c, d) kfifo_get(a, (u8 *)b, c)
|
| /OK3568_Linux_fs/kernel/drivers/crypto/hisilicon/sec/ |
| H A D | sec_algs.c | 487 ret = kfifo_get(&ctx->queue->softqueue, &nextrequest); in sec_skcipher_alg_callback()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | memory-failure.c | 1553 gotten = kfifo_get(&mf_cpu->fifo, &entry); in memory_failure_work_func()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A D | f_midi.c | 433 while (kfifo_get(&midi->in_req_fifo, &req)) in f_midi_disable()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_debugfs.c | 1368 while (kfifo_get(&hdev->mac_tnl_log, &stats)) { in hclge_dbg_dump_mac_tnl_status()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/ |
| H A D | htt_rx.c | 4288 while (kfifo_get(&htt->txdone_fifo, &tx_done)) in ath10k_htt_txrx_compl_task()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ralink/rt2x00/ |
| H A D | rt2800lib.c | 1106 while (quota-- > 0 && kfifo_get(&rt2x00dev->txstatus_fifo, ®)) { in rt2800_txdone()
|