Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_verifier.h476 u32 active_rcu_locks; member
/linux/kernel/bpf/
H A Dverifier.c1325 dst->active_rcu_locks = src->active_rcu_locks; in copy_reference_state()
4632 return env->cur_state->active_rcu_locks || in in_rcu_cs()
10118 if (check_lock && env->cur_state->active_rcu_locks) { in check_resource_leak()
10255 return !env->cur_state->active_rcu_locks && in in_sleepable_context()
10264 if (env->cur_state->active_rcu_locks) in non_sleepable_context_description()
13110 env->cur_state->active_rcu_locks++; in check_kfunc_call()
13116 if (env->cur_state->active_rcu_locks == 0) { in check_kfunc_call()
13120 if (--env->cur_state->active_rcu_locks == 0) { in check_kfunc_call()