Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/bpf/
Dmemalloc.c96 struct irq_work refill_work; member
432 struct bpf_mem_cache *c = container_of(work, struct bpf_mem_cache, refill_work); in bpf_mem_refill()
450 irq_work_queue(&c->refill_work); in irq_work_raise()
472 init_irq_work(&c->refill_work, bpf_mem_refill); in init_refill_work()
756 irq_work_sync(&c->refill_work); in bpf_mem_alloc_destroy()
771 irq_work_sync(&c->refill_work); in bpf_mem_alloc_destroy()
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_common.h302 struct refill_work { struct
497 struct refill_work *refill_wrk;
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()
Dotx2_txrx.c576 struct refill_work *work; in otx2_napi_handler()
/linux-6.12.1/drivers/net/
Dvirtio_net.c2666 static void refill_work(struct work_struct *work) in refill_work() function
6137 INIT_DELAYED_WORK(&vi->refill, refill_work); in virtnet_alloc_queues()