Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dbpf_verifier.h374 bool active_rcu_lock; member
/Linux-v6.6/kernel/bpf/
Dverifier.c1757 dst_state->active_rcu_lock = src->active_rcu_lock; in copy_verifier_state()
5065 return env->cur_state->active_rcu_lock || in in_rcu_cs()
9592 if (env->cur_state->active_rcu_lock) { in check_helper_call()
11326 if (env->cur_state->active_rcu_lock) { in check_kfunc_call()
11345 env->cur_state->active_rcu_lock = false; in check_kfunc_call()
11351 env->cur_state->active_rcu_lock = true; in check_kfunc_call()
14439 if (env->cur_state->active_rcu_lock) { in check_ld_abs()
15838 if (old->active_rcu_lock != cur->active_rcu_lock) in states_equal()
16697 if (env->cur_state->active_rcu_lock && in do_check()