Searched refs:active_locks (Results 1 – 4 of 4) sorted by relevance
877 if (old->active_locks != cur->active_locks) in refsafe()
1326 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 …]
1075 return env->cur_state->active_locks; in diag_context_depth()1096 else if (env->cur_state->active_locks) in bpf_diag_ctx_forbidden()
503 u32 active_locks; member