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.c1276 static struct irq_work ctx_check_irq = IRQ_WORK_INIT_HARD(ctx_check_irq_fn); in BTF_ID_FLAGS()
1281 irq_work_queue(&ctx_check_irq); in bpf_testmod_ops_is_valid_access()
1981 irq_work_sync(&ctx_check_irq);
1217 static struct irq_work ctx_check_irq = IRQ_WORK_INIT_HARD(ctx_check_irq_fn); global() variable