Home
last modified time | relevance | path

Searched refs:refill_work (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-6.6/kernel/bpf/
H A Dmemalloc.c94 struct irq_work refill_work; member
427 struct bpf_mem_cache *c = container_of(work, struct bpf_mem_cache, refill_work); in bpf_mem_refill()
445 irq_work_queue(&c->refill_work); in irq_work_raise()
464 init_irq_work(&c->refill_work, bpf_mem_refill); in init_refill_work()
688 irq_work_sync(&c->refill_work); in bpf_mem_alloc_destroy()
705 irq_work_sync(&c->refill_work); in bpf_mem_alloc_destroy()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.h213 struct refill_work { struct
264 struct refill_work *refill_wrk;
H A Dotx2_common.c887 struct refill_work *wrk; in otx2_pool_refill_task()
892 wrk = container_of(work, struct refill_work, pool_refill_work.work); in otx2_pool_refill_task()
953 sizeof(struct refill_work), GFP_KERNEL); in otx2_config_nix_queues()
H A Dotx2_txrx.c338 struct refill_work *work; in otx2_rx_napi_handler()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.h302 struct refill_work { struct
497 struct refill_work *refill_wrk;
H A Dotx2_common.c1078 struct refill_work *wrk; in otx2_pool_refill_task()
1082 wrk = container_of(work, struct refill_work, pool_refill_work.work); in otx2_pool_refill_task()
1128 sizeof(struct refill_work), GFP_KERNEL); in otx2_config_nix_queues()
H A Dotx2_txrx.c573 struct refill_work *work; in otx2_napi_handler()
/kernel/linux/linux-5.10/drivers/staging/qlge/
H A Dqlge_main.c1166 &rx_ring->refill_work, delay); in ql_update_buffer_queues()
1172 refill_work.work); in qlge_slow_refill()
3917 /* Make sure refill_work doesn't re-enable napi */ in qlge_close()
3919 cancel_delayed_work_sync(&qdev->rx_ring[i].refill_work); in qlge_close()
3987 INIT_DELAYED_WORK(&rx_ring->refill_work, in ql_configure_rings()
H A Dqlge.h1486 struct delayed_work refill_work; member
/kernel/linux/linux-6.6/drivers/staging/qlge/
H A Dqlge_main.c1162 &rx_ring->refill_work, delay); in qlge_update_buffer_queues()
1168 refill_work.work); in qlge_slow_refill()
3895 /* Make sure refill_work doesn't re-enable napi */ in qlge_close()
3897 cancel_delayed_work_sync(&qdev->rx_ring[i].refill_work); in qlge_close()
3965 INIT_DELAYED_WORK(&rx_ring->refill_work, in qlge_configure_rings()
H A Dqlge.h1486 struct delayed_work refill_work; member
/kernel/linux/linux-5.10/drivers/net/
H A Dvirtio_net.c1308 * before we're receiving packets, or from refill_work which is
1385 static void refill_work(struct work_struct *work) in refill_work() function
1931 /* Make sure refill_work doesn't re-enable napi! */ in virtnet_close()
2917 INIT_DELAYED_WORK(&vi->refill, refill_work); in virtnet_alloc_queues()
/kernel/linux/linux-6.6/drivers/net/
H A Dvirtio_net.c1976 * before we're receiving packets, or from refill_work which is
2053 static void refill_work(struct work_struct *work) in refill_work() function
2650 /* Make sure refill_work doesn't re-enable napi! */ in virtnet_close()
4198 INIT_DELAYED_WORK(&vi->refill, refill_work); in virtnet_alloc_queues()

Completed in 45 milliseconds