Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_verifier.h617 bool non_sleepable; /* helper/kfunc may be called from non-sleepable context */ member
/linux/kernel/bpf/
H A Dverifier.c10338 env->insn_aux_data[insn_idx].non_sleepable = true; in check_helper_call()
13061 insn_aux->non_sleepable = true; in check_kfunc_call()
19747 if (!env->insn_aux_data[insn_idx].non_sleepable) in specialize_kfunc()
19750 if (env->insn_aux_data[insn_idx].non_sleepable) in specialize_kfunc()
19753 if (env->insn_aux_data[insn_idx].non_sleepable) in specialize_kfunc()