kfifo_get         486 drivers/crypto/hisilicon/sec/sec_algs.c 		ret = kfifo_get(&ctx->queue->softqueue, &nextrequest);
kfifo_get         367 drivers/gpu/drm/sun4i/sun4i_drv.c 	while (kfifo_get(&list.fifo, &endpoint)) {
kfifo_get         195 drivers/input/rmi4/rmi_driver.c 	count = kfifo_get(&drvdata->attn_fifo, &attn_data);
kfifo_get         936 drivers/input/rmi4/rmi_driver.c 		count = kfifo_get(&data->attn_fifo, &attn_data);
kfifo_get        1105 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c 	while (kfifo_get(&hdev->mac_tnl_log, &stats)) {
kfifo_get        4009 drivers/net/wireless/ath/ath10k/htt_rx.c 	while (kfifo_get(&htt->txdone_fifo, &tx_done))
kfifo_get         143 drivers/net/wireless/mediatek/mt76/mt76x02_mmio.c 	while (kfifo_get(&dev->txstatus_fifo, &stat))
kfifo_get        1106 drivers/net/wireless/ralink/rt2x00/rt2800lib.c 	while (quota-- > 0 && kfifo_get(&rt2x00dev->txstatus_fifo, &reg)) {
kfifo_get        1028 drivers/pci/pcie/aer.c 	while (kfifo_get(&aer_recover_ring, &entry)) {
kfifo_get        1220 drivers/pci/pcie/aer.c 	while (kfifo_get(&rpc->aer_fifo, &e_src))
kfifo_get         433 drivers/usb/gadget/function/f_midi.c 	while (kfifo_get(&midi->in_req_fifo, &req))
kfifo_get        1488 mm/memory-failure.c 		gotten = kfifo_get(&mf_cpu->fifo, &entry);
kfifo_get          97 samples/kfifo/bytestream-example.c 	while (kfifo_get(&test, &i)) {
kfifo_get          90 samples/kfifo/inttype-example.c 	while (kfifo_get(&test, &i)) {