Lines Matching refs:bpf_array

27 static void bpf_array_free_percpu(struct bpf_array *array)  in bpf_array_free_percpu()
37 static int bpf_array_alloc_percpu(struct bpf_array *array) in bpf_array_alloc_percpu()
85 struct bpf_array *array; in array_map_alloc()
154 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_lookup_elem()
166 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_gen_lookup()
173 *insn++ = BPF_ALU64_IMM(BPF_ADD, map_ptr, offsetof(struct bpf_array, value)); in array_map_gen_lookup()
196 struct bpf_array *array = container_of(map, struct bpf_array, map); in percpu_array_map_lookup_elem()
207 struct bpf_array *array = container_of(map, struct bpf_array, map); in bpf_percpu_array_copy()
234 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_get_next_key()
254 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_update_elem()
282 struct bpf_array *array = container_of(map, struct bpf_array, map); in bpf_percpu_array_update()
326 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_free()
414 struct bpf_array *array = container_of(map, struct bpf_array, map); in fd_array_map_free()
455 struct bpf_array *array = container_of(map, struct bpf_array, map); in bpf_fd_array_map_update_elem()
479 struct bpf_array *array = container_of(map, struct bpf_array, map); in fd_array_map_delete_elem()
498 struct bpf_array *array = container_of(map, struct bpf_array, map); in prog_fd_array_get_ptr()
525 struct bpf_array *array = container_of(map, struct bpf_array, map); in bpf_fd_array_map_clear()
609 struct bpf_array *array = container_of(map, struct bpf_array, map); in perf_event_fd_array_release()
710 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_of_map_gen_lookup()
717 *insn++ = BPF_ALU64_IMM(BPF_ADD, map_ptr, offsetof(struct bpf_array, value)); in array_of_map_gen_lookup()