Home
last modified time | relevance | path

Searched refs:refill_work (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/kernel/bpf/
A Dmemalloc.c94 struct irq_work refill_work; member
312 struct bpf_mem_cache *c = container_of(work, struct bpf_mem_cache, refill_work); in bpf_mem_refill()
328 irq_work_queue(&c->refill_work); in irq_work_raise()
348 init_irq_work(&c->refill_work, bpf_mem_refill); in prefill_mem_cache()
537 irq_work_sync(&c->refill_work); in bpf_mem_alloc_destroy()
552 irq_work_sync(&c->refill_work); in bpf_mem_alloc_destroy()
/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/nic/
A Dotx2_common.h281 struct refill_work { struct
475 struct refill_work *refill_wrk;
A Dotx2_common.c550 struct refill_work *work; in otx2_alloc_buffer()
1003 struct refill_work *wrk; in otx2_pool_refill_task()
1008 wrk = container_of(work, struct refill_work, pool_refill_work.work); in otx2_pool_refill_task()
1071 sizeof(struct refill_work), GFP_KERNEL); in otx2_config_nix_queues()
/linux-6.3-rc2/drivers/staging/qlge/
A Dqlge_main.c1162 &rx_ring->refill_work, delay); in qlge_update_buffer_queues()
1168 refill_work.work); in qlge_slow_refill()
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()
A Dqlge.h1486 struct delayed_work refill_work; member
/linux-6.3-rc2/drivers/net/
A Dvirtio_net.c1648 static void refill_work(struct work_struct *work) in refill_work() function
3677 INIT_DELAYED_WORK(&vi->refill, refill_work); in virtnet_alloc_queues()

Completed in 39 milliseconds