Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dmemalloc.c96 struct irq_work refill_work; member
422 struct bpf_mem_cache *c = container_of(work, struct bpf_mem_cache, refill_work); in bpf_mem_refill()
440 irq_work_queue(&c->refill_work); in irq_work_raise()
462 init_irq_work(&c->refill_work, bpf_mem_refill); in init_refill_work()
747 irq_work_sync(&c->refill_work); in bpf_mem_alloc_destroy()
762 irq_work_sync(&c->refill_work); in bpf_mem_alloc_destroy()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.c1156 struct refill_work *wrk; in otx2_pool_refill_task()
1160 wrk = container_of(work, struct refill_work, pool_refill_work.work); in otx2_pool_refill_task()
1206 sizeof(struct refill_work), GFP_KERNEL); in otx2_config_nix_queues()
H A Dotx2_txrx.c613 struct refill_work *work; in otx2_napi_handler()