Home
last modified time | relevance | path

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

/kernel/bpf/
Darraymap.c25 static void bpf_array_free_percpu(struct bpf_array *array) in bpf_array_free_percpu()
35 static int bpf_array_alloc_percpu(struct bpf_array *array) in bpf_array_alloc_percpu()
62 struct bpf_array *array; in array_map_alloc() local
149 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_lookup_elem() local
161 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_gen_lookup() local
191 struct bpf_array *array = container_of(map, struct bpf_array, map); in percpu_array_map_lookup_elem() local
202 struct bpf_array *array = container_of(map, struct bpf_array, map); in bpf_percpu_array_copy() local
229 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_get_next_key() local
249 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_update_elem() local
277 struct bpf_array *array = container_of(map, struct bpf_array, map); in bpf_percpu_array_update() local
[all …]
Dcore.c1092 struct bpf_array *array = container_of(map, struct bpf_array, map); in ___bpf_prog_run() local
1394 bool bpf_prog_array_compatible(struct bpf_array *array, in bpf_prog_array_compatible()
1418 struct bpf_array *array; in bpf_check_tail_call() local
Dsyscall.c264 const struct bpf_array *array; in bpf_map_show_fdinfo() local
/kernel/trace/
Dtracing_map.h170 #define TRACING_MAP_ARRAY_ELT(array, idx) \ argument
174 #define TRACING_MAP_ENTRY(array, idx) \ argument
177 #define TRACING_MAP_ELT(array, idx) \ argument
Dbpf_trace.c262 struct bpf_array *array = container_of(map, struct bpf_array, map); in BPF_CALL_2() local
304 struct bpf_array *array = container_of(map, struct bpf_array, map); in __bpf_perf_event_output() local
405 struct bpf_array *array = container_of(map, struct bpf_array, map); in BPF_CALL_2() local
/kernel/sched/
Drt.c82 struct rt_prio_array *array; in init_rt_rq() local
1100 struct rt_prio_array *array = &rt_rq->active; in dec_rt_prio() local
1218 static void __delist_rt_entity(struct sched_rt_entity *rt_se, struct rt_prio_array *array) in __delist_rt_entity()
1231 struct rt_prio_array *array = &rt_rq->active; in __enqueue_rt_entity() local
1265 struct rt_prio_array *array = &rt_rq->active; in __dequeue_rt_entity() local
1363 struct rt_prio_array *array = &rt_rq->active; in requeue_rt_entity() local
1509 struct rt_prio_array *array = &rt_rq->active; in pick_next_rt_entity() local
/kernel/cgroup/
Dcgroup-v1.c361 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()