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

/linux-master/kernel/bpf/
H A Dmemalloc.c94 struct irq_work refill_work; member in struct:bpf_mem_cache
433 struct bpf_mem_cache *c = container_of(work, struct bpf_mem_cache, refill_work);
451 irq_work_queue(&c->refill_work);
473 init_irq_work(&c->refill_work, bpf_mem_refill);
757 irq_work_sync(&c->refill_work);
773 irq_work_sync(&c->refill_work);
/linux-master/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;
1082 wrk = container_of(work, struct refill_work, pool_refill_work.work);
1128 sizeof(struct refill_work), GFP_KERNEL);
H A Dotx2_txrx.c573 struct refill_work *work;
/linux-master/drivers/net/
H A Dvirtio_net.c2011 * before we're receiving packets, or from refill_work which is
2089 static void refill_work(struct work_struct *work) function
2716 /* Make sure refill_work doesn't re-enable napi! */
4455 INIT_DELAYED_WORK(&vi->refill, refill_work);

Completed in 206 milliseconds