Searched refs:active_preempt_locks (Results 1 – 4 of 4) sorted by relevance
880 if (old->active_preempt_locks != cur->active_preempt_locks) in refsafe()
1071 return env->cur_state->active_preempt_locks; in diag_context_depth()1092 else if (env->cur_state->active_preempt_locks) in bpf_diag_ctx_forbidden()
1327 dst->active_preempt_locks = src->active_preempt_locks; in copy_reference_state()4554 env->cur_state->active_preempt_locks || in in_rcu_cs()10558 if (check_lock && env->cur_state->active_preempt_locks) { in check_resource_leak()10697 !env->cur_state->active_preempt_locks && in in_sleepable_context()10707 if (env->cur_state->active_preempt_locks) in non_sleepable_context_description()13820 env->cur_state->active_preempt_locks++; in check_kfunc_call()13822 env->cur_state->active_preempt_locks); in check_kfunc_call()13824 if (env->cur_state->active_preempt_locks == 0) { in check_kfunc_call()13831 env->cur_state->active_preempt_locks--; in check_kfunc_call()13833 env->cur_state->active_preempt_locks); in check_kfunc_call()
504 u32 active_preempt_locks; member