Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_testmod.c1475 static struct irq_work ctx_check_irq = IRQ_WORK_INIT_HARD(ctx_check_irq_fn); variable
1480 irq_work_queue(&ctx_check_irq); in bpf_kfunc_trigger_ctx_check()
2189 irq_work_sync(&ctx_check_irq); in bpf_testmod_exit()