/kernel/linux/linux-5.10/samples/kfifo/ |
H A D | record-example.c | 78 kfifo_in(&test, &hello, sizeof(hello)); in testfunc() 86 kfifo_in(&test, buf, i + 1); in testfunc()
|
H A D | bytestream-example.c | 61 kfifo_in(&test, "hello", 5); in testfunc() 78 ret = kfifo_in(&test, buf, ret); in testfunc()
|
H A D | dma-example.c | 37 kfifo_in(&fifo, "test", 4); in example_init()
|
H A D | inttype-example.c | 71 ret = kfifo_in(&test, buf, ret); in testfunc()
|
/kernel/linux/linux-6.6/samples/kfifo/ |
H A D | record-example.c | 78 kfifo_in(&test, &hello, sizeof(hello)); in testfunc() 86 kfifo_in(&test, buf, i + 1); in testfunc()
|
H A D | bytestream-example.c | 61 kfifo_in(&test, "hello", 5); in testfunc() 78 ret = kfifo_in(&test, buf, ret); in testfunc()
|
H A D | dma-example.c | 37 kfifo_in(&fifo, "test", 4); in example_init()
|
H A D | inttype-example.c | 71 ret = kfifo_in(&test, buf, ret); in testfunc()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_interrupt.c | 116 count = kfifo_in(&kfd->ih_fifo, ih_ring_entry, in enqueue_ih_ring_entry()
|
H A D | kfd_smi_events.c | 165 kfifo_in(&client->fifo, event_msg, len); in add_event_to_kfifo()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_interrupt.c | 117 count = kfifo_in(&node->ih_fifo, ih_ring_entry, in enqueue_ih_ring_entry()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | libiscsi_tcp.c | 466 kfifo_in(&tcp_task->r2tpool.queue, (void*)&r2t, in iscsi_tcp_cleanup_task() 473 kfifo_in(&tcp_task->r2tpool.queue, (void*)&r2t, in iscsi_tcp_cleanup_task() 637 kfifo_in(&tcp_task->r2tqueue, (void*)&r2t, sizeof(void*)); in iscsi_tcp_r2t_rsp() 1036 kfifo_in(&tcp_task->r2tpool.queue, in iscsi_tcp_get_curr_r2t()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | libiscsi_tcp.c | 466 kfifo_in(&tcp_task->r2tpool.queue, (void*)&r2t, in iscsi_tcp_cleanup_task() 473 kfifo_in(&tcp_task->r2tpool.queue, (void*)&r2t, in iscsi_tcp_cleanup_task() 641 kfifo_in(&tcp_task->r2tqueue, (void*)&r2t, sizeof(void*)); in iscsi_tcp_r2t_rsp() 1040 kfifo_in(&tcp_task->r2tpool.queue, in iscsi_tcp_get_curr_r2t()
|
/kernel/linux/linux-5.10/drivers/memstick/host/ |
H A D | r592.c | 331 int copy_len = kfifo_in(&dev->pio_fifo, buffer, len); in r592_write_fifo_pio() 354 kfifo_in(&dev->pio_fifo, buffer, len); in r592_write_fifo_pio() 400 kfifo_in(&dev->pio_fifo, tmp, 4); in r592_read_fifo_pio()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | kfifo.h | 19 * - Replace the use of __kfifo_put into kfifo_in and __kfifo_get 508 * kfifo_in - put data into the fifo 519 #define kfifo_in(fifo, buf, n) \ macro 546 __ret = kfifo_in(fifo, buf, n); \ 566 __ret = kfifo_in(fifo, buf, n); \
|
/kernel/linux/linux-6.6/drivers/memstick/host/ |
H A D | r592.c | 330 int copy_len = kfifo_in(&dev->pio_fifo, buffer, len); in r592_write_fifo_pio() 353 kfifo_in(&dev->pio_fifo, buffer, len); in r592_write_fifo_pio() 401 kfifo_in(&dev->pio_fifo, tmp, 4); in r592_read_fifo_pio()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | kfifo.h | 19 * - Replace the use of __kfifo_put into kfifo_in and __kfifo_get 508 * kfifo_in - put data into the fifo 519 #define kfifo_in(fifo, buf, n) \ macro 546 __ret = kfifo_in(fifo, buf, n); \ 566 __ret = kfifo_in(fifo, buf, n); \
|
/kernel/linux/linux-5.10/drivers/iio/buffer/ |
H A D | kfifo_buf.c | 95 ret = kfifo_in(&kf->kf, data, 1); in iio_store_to_kfifo()
|
/kernel/linux/linux-6.6/drivers/tty/hvc/ |
H A D | hvc_dcc.c | 185 len = kfifo_in(&outbuf, buf, count); in hvc_dcc0_put_chars()
|
/kernel/linux/linux-5.10/drivers/most/ |
H A D | most_cdev.c | 60 kfifo_in(&c->fifo, mbo, 1); in ch_get_mbo() 367 kfifo_in(&c->fifo, &mbo, 1); in comp_rx_completion()
|
/kernel/linux/linux-6.6/drivers/most/ |
H A D | most_cdev.c | 60 kfifo_in(&c->fifo, mbo, 1); in ch_get_mbo() 367 kfifo_in(&c->fifo, &mbo, 1); in comp_rx_completion()
|
/kernel/linux/linux-6.6/drivers/media/platform/amphion/ |
H A D | vpu_msgs.c | 293 ret = kfifo_in(&inst->msg_fifo, pkt, bytes); in vpu_inst_handle_msg() 416 if (kfifo_in(&core->msg_fifo, &irq, sizeof(irq)) != sizeof(irq)) in vpu_isr()
|
/kernel/linux/linux-6.6/drivers/iio/buffer/ |
H A D | kfifo_buf.c | 95 ret = kfifo_in(&kf->kf, data, 1); in iio_store_to_kfifo()
|
/kernel/linux/linux-6.6/drivers/platform/surface/ |
H A D | surface_aggregator_cdev.c | 119 kfifo_in(&client->buffer, (const u8 *)&event, struct_size(&event, data, 0)); in ssam_cdev_notifier() 120 kfifo_in(&client->buffer, &in->data[0], in->length); in ssam_cdev_notifier()
|
/kernel/linux/linux-5.10/drivers/gnss/ |
H A D | core.c | 325 ret = kfifo_in(&gdev->read_fifo, buf, count); in gnss_insert_raw()
|