Searched refs:active_locks (Results 1 – 2 of 2) sorted by relevance
1323 dst->active_locks = src->active_locks; in copy_reference_state()1427 state->active_locks++; in acquire_lock_state()1488 state->active_locks--; in release_lock_state()4633 env->cur_state->active_locks || in in_rcu_cs()7242 if (!is_res_lock && cur->active_locks) { in process_spin_lock()7248 } else if (is_res_lock && cur->active_locks) { in process_spin_lock()7275 if (!cur->active_locks) { in process_spin_lock()9524 if (env->cur_state->active_locks) { in check_func_call()10102 if (check_lock && env->cur_state->active_locks) { in check_resource_leak()10257 !env->cur_state->active_locks && in in_sleepable_context()[all …]
471 u32 active_locks; member