Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dstates.c877 if (old->active_locks != cur->active_locks) in refsafe()
H A Dverifier.c1326 dst->active_locks = src->active_locks; in copy_reference_state()
1461 state->active_locks++; in acquire_lock_state()
1465 state->active_locks); in acquire_lock_state()
1535 state->active_locks--; in release_lock_state()
1540 false, state->active_locks); in release_lock_state()
4555 env->cur_state->active_locks || in in_rcu_cs()
7311 if (!is_res_lock && cur->active_locks) { in process_spin_lock()
7322 } else if (is_res_lock && cur->active_locks) { in process_spin_lock()
7355 if (!cur->active_locks) { in process_spin_lock()
9872 if (env->cur_state->active_locks) { in check_func_call()
[all …]
H A Ddiagnostics.c1075 return env->cur_state->active_locks; in diag_context_depth()
1096 else if (env->cur_state->active_locks) in bpf_diag_ctx_forbidden()
/linux/include/linux/
H A Dbpf_verifier.h503 u32 active_locks; member