Searched defs:array (Results 1 – 8 of 8) sorted by relevance
| /kernel/bpf/ |
| D | arraymap.c | 25 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 …]
|
| D | core.c | 1092 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
|
| D | syscall.c | 264 const struct bpf_array *array; in bpf_map_show_fdinfo() local
|
| /kernel/trace/ |
| D | tracing_map.h | 170 #define TRACING_MAP_ARRAY_ELT(array, idx) \ argument 174 #define TRACING_MAP_ENTRY(array, idx) \ argument 177 #define TRACING_MAP_ELT(array, idx) \ argument
|
| D | bpf_trace.c | 262 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/ |
| D | rt.c | 82 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/ |
| D | cgroup-v1.c | 361 pid_t *array; in pidlist_array_load() local
|
| /kernel/ |
| D | relay.c | 82 static void relay_free_page_array(struct page **array) in relay_free_page_array()
|