Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dstates.c902 case REF_TYPE_IRQ: in refsafe()
H A Ddiagnostics.c437 if (state->refs[i].type == REF_TYPE_IRQ) in bpf_diag_irq_depth()
H A Dverifier.c1477 s->type = REF_TYPE_IRQ; in acquire_irq_state()
1561 if (state->refs[i].type != REF_TYPE_IRQ) in release_irq_state()
/linux/include/linux/
H A Dbpf_verifier.h315 REF_TYPE_IRQ = (1 << 2), enumerator