Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c1430 sizeof(struct bpf_reference_state), GFP_KERNEL_ACCOUNT); in copy_reference_state()
1460 sizeof(struct bpf_reference_state)); in resize_reference_state()
1500 static struct bpf_reference_state *acquire_reference_state(struct bpf_verifier_env *env, int insn_idx) in acquire_reference_state()
1516 struct bpf_reference_state *s; in acquire_reference()
1530 struct bpf_reference_state *s; in acquire_lock_state()
1548 struct bpf_reference_state *s; in acquire_irq_state()
1636 static struct bpf_reference_state *find_lock_state(struct bpf_verifier_state *state, enum ref_state_type type, in find_lock_state()
1642 struct bpf_reference_state *s = &state->refs[i]; in find_lock_state()
12673 struct bpf_reference_state *s; in check_reg_allocation_locked()