Searched refs:find_lock_state (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | verifier.c | 1648 static struct bpf_reference_state *find_lock_state(struct bpf_verifier_state *state, enum ref_state… in find_lock_state() function 8615 if (find_lock_state(env->cur_state, REF_TYPE_LOCK, 0, NULL)) { in process_spin_lock() 8621 if (find_lock_state(env->cur_state, REF_TYPE_RES_LOCK | REF_TYPE_RES_LOCK_IRQ, reg->id, ptr)) { in process_spin_lock() 8658 if (!find_lock_state(cur, type, reg->id, ptr)) { in process_spin_lock() 13005 s = find_lock_state(env->cur_state, REF_TYPE_LOCK_MASK, id, ptr); in check_reg_allocation_locked()
|