Home
last modified time | relevance | path

Searched defs:array (Results 1 – 12 of 12) sorted by relevance

/kernel/bpf/
Darraymap.c19 static void bpf_array_free_percpu(struct bpf_array *array) in bpf_array_free_percpu()
29 static int bpf_array_alloc_percpu(struct bpf_array *array) in bpf_array_alloc_percpu()
79 struct bpf_array *array; in array_map_alloc() local
145 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_lookup_elem() local
157 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_direct_value_addr() local
171 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_direct_value_meta() local
187 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_gen_lookup() local
217 struct bpf_array *array = container_of(map, struct bpf_array, map); in percpu_array_map_lookup_elem() local
228 struct bpf_array *array = container_of(map, struct bpf_array, map); in bpf_percpu_array_copy() local
255 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_get_next_key() local
[all …]
Dreuseport_array.c51 struct reuseport_array *array = reuseport_array(map); in reuseport_array_lookup_elem() local
63 struct reuseport_array *array = reuseport_array(map); in reuseport_array_delete_elem() local
95 struct reuseport_array *array = reuseport_array(map); in reuseport_array_free() local
153 struct reuseport_array *array; in reuseport_array_alloc() local
204 reuseport_array_update_check(const struct reuseport_array *array, in reuseport_array_update_check()
251 struct reuseport_array *array = reuseport_array(map); in bpf_fd_reuseport_array_update_elem() local
337 struct reuseport_array *array = reuseport_array(map); in reuseport_array_get_next_key() local
Dcore.c1501 struct bpf_array *array = container_of(map, struct bpf_array, map); in ___bpf_prog_run() local
1702 bool bpf_prog_array_compatible(struct bpf_array *array, in bpf_prog_array_compatible()
1729 struct bpf_array *array; in bpf_check_tail_call() local
1857 int bpf_prog_array_length(struct bpf_prog_array *array) in bpf_prog_array_length()
1868 bool bpf_prog_array_is_empty(struct bpf_prog_array *array) in bpf_prog_array_is_empty()
1878 static bool bpf_prog_array_copy_core(struct bpf_prog_array *array, in bpf_prog_array_copy_core()
1898 int bpf_prog_array_copy_to_user(struct bpf_prog_array *array, in bpf_prog_array_copy_to_user()
1924 void bpf_prog_array_delete_safe(struct bpf_prog_array *array, in bpf_prog_array_delete_safe()
1943 struct bpf_prog_array *array; in bpf_prog_array_copy() local
2000 int bpf_prog_array_copy_info(struct bpf_prog_array *array, in bpf_prog_array_copy_info()
Dbtf.c1875 const struct btf_array *array = btf_type_array(t); in btf_array_check_meta() local
1927 const struct btf_array *array = btf_type_array(v->t); in btf_array_resolve() local
1992 const struct btf_array *array = btf_type_array(t); in btf_array_log() local
2002 const struct btf_array *array = btf_type_array(t); in btf_array_seq_show() local
3022 const struct btf_array *array = btf_type_array(t); in btf_resolve_valid() local
Dcgroup.c140 struct bpf_prog_array **array) in compute_effective_progs()
Dsyscall.c376 const struct bpf_array *array; in bpf_map_show_fdinfo() local
/kernel/trace/
Dtracing_map.h173 #define TRACING_MAP_ARRAY_ELT(array, idx) \ argument
177 #define TRACING_MAP_ENTRY(array, idx) \ argument
180 #define TRACING_MAP_ELT(array, idx) \ argument
Dbpf_trace.c350 struct bpf_array *array = container_of(map, struct bpf_array, map); in get_map_perf_counter() local
423 struct bpf_array *array = container_of(map, struct bpf_array, map); in __bpf_perf_event_output() local
565 struct bpf_array *array = container_of(map, struct bpf_array, map); in BPF_CALL_2() local
Dtrace_events_hist.c1045 const char *prefix = NULL, *field_type = argv[0], *field_name, *array; in parse_synth_field() local
/kernel/sched/
Drt.c87 struct rt_prio_array *array; in init_rt_rq() local
1155 struct rt_prio_array *array = &rt_rq->active; in dec_rt_prio() local
1273 static void __delist_rt_entity(struct sched_rt_entity *rt_se, struct rt_prio_array *array) in __delist_rt_entity()
1286 struct rt_prio_array *array = &rt_rq->active; in __enqueue_rt_entity() local
1320 struct rt_prio_array *array = &rt_rq->active; in __dequeue_rt_entity() local
1415 struct rt_prio_array *array = &rt_rq->active; in requeue_rt_entity() local
1618 struct rt_prio_array *array = &rt_rq->active; in pick_next_rt_entity() local
/kernel/cgroup/
Dcgroup-v1.c337 pid_t *array; in pidlist_array_load() local
/kernel/
Drelay.c82 static void relay_free_page_array(struct page **array) in relay_free_page_array()