Home
last modified time | relevance | path

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

/linux/include/linux/
A Dbpf_verifier.h439 bool active_rcu_lock; member
/linux/kernel/bpf/
A Dverifier.c1433 dst_state->active_rcu_lock = src->active_rcu_lock; in copy_verifier_state()
5425 return env->cur_state->active_rcu_lock || in in_rcu_cs()
10487 if (env->cur_state->active_rcu_lock) { in check_helper_call()
12511 if (env->cur_state->active_rcu_lock) { in check_kfunc_call()
12531 env->cur_state->active_rcu_lock = false; in check_kfunc_call()
12537 env->cur_state->active_rcu_lock = true; in check_kfunc_call()
15758 if (env->cur_state->active_rcu_lock) { in check_ld_abs()
17608 if (old->active_rcu_lock != cur->active_rcu_lock) in states_equal()
18563 if (env->cur_state->active_rcu_lock && !env->cur_state->curframe) { in do_check()

Completed in 42 milliseconds