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.c1217 static struct irq_work ctx_check_irq = IRQ_WORK_INIT_HARD(ctx_check_irq_fn); variable
1222 irq_work_queue(&ctx_check_irq); in bpf_kfunc_trigger_ctx_check()
1904 irq_work_sync(&ctx_check_irq); in bpf_testmod_exit()