Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_verifier.h427 bool active_rcu_lock; member
/linux/kernel/bpf/
H A Dverifier.c1410 dst->active_rcu_lock = src->active_rcu_lock; in copy_reference_state()
5681 return env->cur_state->active_rcu_lock || in in_rcu_cs()
10791 if (check_lock && env->cur_state->active_rcu_lock) { in check_resource_leak()
10988 if (env->cur_state->active_rcu_lock) { in check_helper_call()
13125 if (env->cur_state->active_rcu_lock) { in check_kfunc_call()
13145 env->cur_state->active_rcu_lock = false; in check_kfunc_call()
13151 env->cur_state->active_rcu_lock = true; in check_kfunc_call()
18159 if (old->active_rcu_lock != cur->active_rcu_lock) in refsafe()