Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dstates.c883 if (old->active_rcu_locks != cur->active_rcu_locks) in refsafe()
H A Ddiagnostics.c1069 return env->cur_state->active_rcu_locks; in diag_context_depth()
1090 if (env->cur_state->active_rcu_locks) in bpf_diag_ctx_forbidden()
H A Dverifier.c1328 dst->active_rcu_locks = src->active_rcu_locks; in copy_reference_state()
4553 return env->cur_state->active_rcu_locks || in in_rcu_cs()
10551 if (check_lock && env->cur_state->active_rcu_locks) { in check_resource_leak()
10696 return !env->cur_state->active_rcu_locks && in in_sleepable_context()
10705 if (env->cur_state->active_rcu_locks) in non_sleepable_context_description()
13803 env->cur_state->active_rcu_locks++; in check_kfunc_call()
13805 env->cur_state->active_rcu_locks); in check_kfunc_call()
13807 if (env->cur_state->active_rcu_locks == 0) { in check_kfunc_call()
13814 env->cur_state->active_rcu_locks--; in check_kfunc_call()
13816 env->cur_state->active_rcu_locks); in check_kfunc_call()
/linux/include/linux/
H A Dbpf_verifier.h508 u32 active_rcu_locks; member