Searched refs:find_lock_state (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | verifier.c | 1576 static struct bpf_reference_state *find_lock_state(struct bpf_verifier_state *state, enum ref_state… in find_lock_state() function 7312 lock = find_lock_state(cur, REF_TYPE_LOCK, 0, NULL); in process_spin_lock() 7323 lock = find_lock_state(cur, REF_TYPE_RES_LOCK | REF_TYPE_RES_LOCK_IRQ, in process_spin_lock() 7371 lock = find_lock_state(cur, type, reg->id, ptr); in process_spin_lock() 7374 lock = find_lock_state(cur, REF_TYPE_LOCK_MASK, cur->active_lock_id, in process_spin_lock() 7384 lock = find_lock_state(cur, REF_TYPE_LOCK_MASK, cur->active_lock_id, in process_spin_lock() 12251 s = find_lock_state(env->cur_state, REF_TYPE_LOCK_MASK, id, ptr); in check_reg_allocation_locked()
|