| /linux-6.15/lib/tests/ |
| H A D | kfifo_kunit.c | 68 processed_elements = kfifo_get(&my_fifo, &out_data); in kfifo_test_put_should_insert_and_get_should_pop() 76 processed_elements = kfifo_get(&my_fifo, &out_data); in kfifo_test_put_should_insert_and_get_should_pop() 93 processed_elements = kfifo_get(&my_fifo, &out_data); in kfifo_test_in_should_insert_multiple_elements()
|
| /linux-6.15/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()
|
| /linux-6.15/drivers/tty/hvc/ |
| H A D | hvc_dcc.c | 139 while (kfifo_get(&outbuf, &ch)) in dcc_put_work()
|
| /linux-6.15/drivers/gpu/drm/sun4i/ |
| H A D | sun4i_drv.c | 392 while (kfifo_get(&list.fifo, &endpoint)) { in sun4i_drv_probe()
|
| /linux-6.15/include/linux/ |
| H A D | serial_core.h | 864 chars = kfifo_get(&tport->xmit_fifo, ch); in uart_fifo_get() 919 if (!kfifo_get(&__tport->xmit_fifo, &(ch))) \
|
| H A D | kfifo.h | 453 #define kfifo_get(fifo, val) \ macro
|
| /linux-6.15/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()
|
| /linux-6.15/drivers/pci/pcie/ |
| H A D | aer.c | 1140 while (kfifo_get(&aer_recover_ring, &entry)) { in aer_recover_work_func() 1342 while (kfifo_get(&rpc->aer_fifo, &e_src)) in aer_isr()
|
| /linux-6.15/drivers/net/wireless/mediatek/mt76/ |
| H A D | mt76x02_mmio.c | 135 while (kfifo_get(&dev->txstatus_fifo, &stat)) in mt76x02_process_tx_status_fifo()
|
| /linux-6.15/drivers/acpi/apei/ |
| H A D | ghes.c | 772 return kfifo_get(&cxl_cper_prot_err_fifo, wd); in cxl_cper_prot_err_kfifo_get() 841 return kfifo_get(&cxl_cper_fifo, wd); in cxl_cper_kfifo_get()
|
| /linux-6.15/drivers/tty/serial/jsm/ |
| H A D | jsm_cls.c | 467 if (!kfifo_get(&tport->xmit_fifo, &c)) in cls_copy_data_from_queue_to_uart()
|
| H A D | jsm_neo.c | 507 WARN_ON_ONCE(!kfifo_get(&tport->xmit_fifo, &c)); in neo_copy_data_from_queue_to_uart()
|
| /linux-6.15/drivers/tty/serial/8250/ |
| H A D | 8250_pci1xxxx.c | 469 if (!kfifo_get(&tport->xmit_fifo, &c)) in pci1xxxx_process_write_data()
|
| H A D | 8250_omap.c | 1214 if (!kfifo_get(&tport->xmit_fifo, &c)) { in omap_8250_tx_dma()
|
| /linux-6.15/drivers/crypto/hisilicon/sec/ |
| H A D | sec_algs.c | 487 ret = kfifo_get(&ctx->queue->softqueue, &nextrequest); in sec_skcipher_alg_callback()
|
| /linux-6.15/drivers/iio/adc/ |
| H A D | ad7124.c | 467 ret = kfifo_get(&st->live_cfgs_fifo, &lru_cfg); in ad7124_pop_config()
|
| /linux-6.15/drivers/usb/gadget/function/ |
| H A D | f_midi.c | 434 while (kfifo_get(&midi->in_req_fifo, &req)) in f_midi_disable()
|
| /linux-6.15/drivers/hwtracing/ptt/ |
| H A D | hisi_ptt.c | 563 while (kfifo_get(&hisi_ptt->filter_update_kfifo, &info)) { in hisi_ptt_update_filters()
|
| /linux-6.15/drivers/nvme/target/ |
| H A D | pr.c | 99 if (!kfifo_get(&log_mgr->log_queue, &log)) in nvmet_execute_get_log_page_resv()
|
| /linux-6.15/mm/ |
| H A D | memory-failure.c | 2495 gotten = kfifo_get(&mf_cpu->fifo, &entry); in memory_failure_work_func()
|
| /linux-6.15/drivers/tty/ |
| H A D | mxser.c | 1587 if (!kfifo_get(&port->port.xmit_fifo, &c)) in mxser_transmit_chars()
|
| /linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ras.c | 3174 return kfifo_get(&con->poison_fifo, poison_msg); in amdgpu_ras_get_poison_req() 3320 ret = kfifo_get(&con->poison_fifo, &msg); in amdgpu_ras_clear_poison_fifo()
|
| /linux-6.15/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_debugfs.c | 2623 while (kfifo_get(&hdev->mac_tnl_log, &stats)) { in hclge_dbg_dump_mac_tnl_status()
|
| /linux-6.15/drivers/tty/serial/ |
| H A D | sh-sci.c | 897 } else if (stopped || !kfifo_get(&tport->xmit_fifo, &c)) { in sci_transmit_chars()
|