Searched refs:find_lock_state (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | verifier.c | 1655 static struct bpf_reference_state *find_lock_state(struct bpf_verifier_state *state, enum ref_state_type type, in find_lock_state() 8637 if (find_lock_state(env->cur_state, REF_TYPE_LOCK, 0, NULL)) { in process_spin_lock() 8643 if (find_lock_state(env->cur_state, REF_TYPE_RES_LOCK | REF_TYPE_RES_LOCK_IRQ, reg->id, ptr)) { in process_spin_lock() 8680 if (!find_lock_state(cur, type, reg->id, ptr)) { in check_map_field_pointer() 13027 s = find_lock_state(env->cur_state, REF_TYPE_LOCK_MASK, id, ptr); in is_bpf_rbtree_api_kfunc() 1648 static struct bpf_reference_state *find_lock_state(struct bpf_verifier_state *state, enum ref_state_type type, find_lock_state() function
|