Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_verifier.h98 IRQ_NATIVE_KFUNC, enumerator
/linux/kernel/bpf/
H A Dverifier.c1118 const char *flag_kfunc = st->irq.kfunc_class == IRQ_NATIVE_KFUNC ? "native" : "lock"; in unmark_stack_slot_irq_flag()
1119 const char *used_kfunc = kfunc_class == IRQ_NATIVE_KFUNC ? "native" : "lock"; in unmark_stack_slot_irq_flag()
11550 int err, kfunc_class = IRQ_NATIVE_KFUNC; in process_irq_flag()