Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dbpf_verifier.h440 bool active_rcu_lock; member
/linux-6.15/kernel/bpf/
H A Dverifier.c1429 dst->active_rcu_lock = src->active_rcu_lock; in copy_reference_state()
5808 return env->cur_state->active_rcu_lock || in in_rcu_cs()
10544 (env->cur_state->active_rcu_lock || env->cur_state->active_preempt_locks || in check_func_call()
11091 if (check_lock && env->cur_state->active_rcu_lock) { in check_resource_leak()
11288 if (env->cur_state->active_rcu_lock) { in check_helper_call()
13528 if (env->cur_state->active_rcu_lock) { in check_kfunc_call()
13548 env->cur_state->active_rcu_lock = false; in check_kfunc_call()
13554 env->cur_state->active_rcu_lock = true; in check_kfunc_call()
18619 if (old->active_rcu_lock != cur->active_rcu_lock) in refsafe()