Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_verifier.h472 u32 active_preempt_locks; member
/linux/kernel/bpf/
H A Dverifier.c1324 dst->active_preempt_locks = src->active_preempt_locks; in copy_reference_state()
10123 if (check_lock && env->cur_state->active_preempt_locks) { in check_resource_leak()
10256 !env->cur_state->active_preempt_locks && in in_sleepable_context()
10266 if (env->cur_state->active_preempt_locks) in non_sleepable_context_description()
13129 env->cur_state->active_preempt_locks++; in check_kfunc_call()
13131 if (env->cur_state->active_preempt_locks == 0) { in check_kfunc_call()
13135 env->cur_state->active_preempt_locks--; in check_kfunc_call()