Searched refs:kfifo_get (Results  1 – 13 of 13) sorted by relevance
| /Linux-v5.4/samples/kfifo/ | 
| D | inttype-example.c | 90 	while (kfifo_get(&test, &i)) {  in testfunc()
 | 
| D | bytestream-example.c | 97 	while (kfifo_get(&test, &i)) {  in testfunc()
 | 
| /Linux-v5.4/drivers/gpu/drm/sun4i/ | 
| D | sun4i_drv.c | 368 	while (kfifo_get(&list.fifo, &endpoint)) {  in sun4i_drv_probe()
 | 
| /Linux-v5.4/drivers/input/rmi4/ | 
| 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()
 
 | 
| /Linux-v5.4/drivers/pci/pcie/ | 
| D | aer.c | 1028 	while (kfifo_get(&aer_recover_ring, &entry)) {  in aer_recover_work_func()1220 	while (kfifo_get(&rpc->aer_fifo, &e_src))  in aer_isr()
 
 | 
| /Linux-v5.4/drivers/net/wireless/mediatek/mt76/ | 
| D | mt76x02_mmio.c | 143 	while (kfifo_get(&dev->txstatus_fifo, &stat))  in mt76x02_process_tx_status_fifo()
 | 
| /Linux-v5.4/include/linux/ | 
| D | kfifo.h | 411 #define	kfifo_get(fifo, val) \  macro
 | 
| /Linux-v5.4/drivers/crypto/hisilicon/sec/ | 
| D | sec_algs.c | 486 		ret = kfifo_get(&ctx->queue->softqueue, &nextrequest);  in sec_skcipher_alg_callback()
 | 
| /Linux-v5.4/drivers/usb/gadget/function/ | 
| D | f_midi.c | 433 	while (kfifo_get(&midi->in_req_fifo, &req))  in f_midi_disable()
 | 
| /Linux-v5.4/mm/ | 
| D | memory-failure.c | 1488 		gotten = kfifo_get(&mf_cpu->fifo, &entry);  in memory_failure_work_func()
 | 
| /Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/hns3pf/ | 
| D | hclge_debugfs.c | 1105 	while (kfifo_get(&hdev->mac_tnl_log, &stats)) {  in hclge_dbg_dump_mac_tnl_status()
 | 
| /Linux-v5.4/drivers/net/wireless/ath/ath10k/ | 
| D | htt_rx.c | 4009 	while (kfifo_get(&htt->txdone_fifo, &tx_done))  in ath10k_htt_txrx_compl_task()
 | 
| /Linux-v5.4/drivers/net/wireless/ralink/rt2x00/ | 
| D | rt2800lib.c | 1106 	while (quota-- > 0 && kfifo_get(&rt2x00dev->txstatus_fifo, ®)) {  in rt2800_txdone()
 |