Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dbpf_verifier.h436 u32 active_preempt_locks; member
/linux-6.15/kernel/bpf/
H A Dverifier.c1428 dst->active_preempt_locks = src->active_preempt_locks; in copy_reference_state()
10544 (env->cur_state->active_rcu_lock || env->cur_state->active_preempt_locks || in check_func_call()
11096 if (check_lock && env->cur_state->active_preempt_locks) { in check_resource_leak()
11299 if (env->cur_state->active_preempt_locks) { in check_helper_call()
13560 if (env->cur_state->active_preempt_locks) { in check_kfunc_call()
13562 env->cur_state->active_preempt_locks++; in check_kfunc_call()
13564 env->cur_state->active_preempt_locks--; in check_kfunc_call()
13570 env->cur_state->active_preempt_locks++; in check_kfunc_call()
18616 if (old->active_preempt_locks != cur->active_preempt_locks) in refsafe()