Searched refs:bpf_async_irq_worker (Results 1 – 1 of 1) sorted by relevance
1300 static void bpf_async_irq_worker(struct irq_work *work);1349 cb->worker = IRQ_WORK_INIT(bpf_async_irq_worker); in __bpf_async_init()1647 static void bpf_async_irq_worker(struct irq_work *work) in bpf_async_irq_worker() function