Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_verifier.h424 u32 active_locks; member
/linux/kernel/bpf/
H A Dverifier.c1408 dst->active_locks = src->active_locks; in copy_reference_state()
1510 state->active_locks++; in acquire_lock_state()
1557 state->active_locks--; in release_lock_state()
5682 env->cur_state->active_locks || in in_rcu_cs()
8059 if (cur->active_locks) { in process_spin_lock()
8077 if (!cur->active_locks) { in process_spin_lock()
10241 if (env->cur_state->active_locks) { in check_func_call()
10775 if (check_lock && env->cur_state->active_locks) { in check_resource_leak()
12110 if (!env->cur_state->active_locks) { in ref_set_non_owning()
12223 if (!env->cur_state->active_locks) in check_reg_allocation_locked()
[all …]