Searched defs:array (Results 1 – 8 of 8) sorted by relevance
| /kernel/bpf/ |
| D | arraymap.c | 22 static void bpf_array_free_percpu(struct bpf_array *array) in bpf_array_free_percpu() 32 static int bpf_array_alloc_percpu(struct bpf_array *array) in bpf_array_alloc_percpu() 58 struct bpf_array *array; in array_map_alloc() local 146 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_lookup_elem() local 158 struct bpf_array *array = container_of(map, struct bpf_array, map); in percpu_array_map_lookup_elem() local 169 struct bpf_array *array = container_of(map, struct bpf_array, map); in bpf_percpu_array_copy() local 196 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_get_next_key() local 216 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_update_elem() local 244 struct bpf_array *array = container_of(map, struct bpf_array, map); in bpf_percpu_array_update() local 288 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_free() local [all …]
|
| D | core.c | 717 struct bpf_array *array = container_of(map, struct bpf_array, map); in __bpf_prog_run() local 934 bool bpf_prog_array_compatible(struct bpf_array *array, in bpf_prog_array_compatible() 958 struct bpf_array *array; in bpf_check_tail_call() local
|
| /kernel/trace/ |
| D | tracing_map.h | 169 #define TRACING_MAP_ARRAY_ELT(array, idx) \ argument 173 #define TRACING_MAP_ENTRY(array, idx) \ argument 176 #define TRACING_MAP_ELT(array, idx) \ argument
|
| D | bpf_trace.c | 259 struct bpf_array *array = container_of(map, struct bpf_array, map); in BPF_CALL_2() local 305 struct bpf_array *array = container_of(map, struct bpf_array, map); in __bpf_perf_event_output() local 401 struct bpf_array *array = container_of(map, struct bpf_array, map); in BPF_CALL_2() local
|
| D | ftrace.c | 4694 ftrace_set_func(unsigned long *array, int *idx, int size, char *buffer) in ftrace_set_func()
|
| /kernel/sched/ |
| D | rt.c | 79 struct rt_prio_array *array; in init_rt_rq() local 893 struct rt_prio_array *array = &rt_rq->active; in dump_throttled_rt_tasks() local 1133 struct rt_prio_array *array = &rt_rq->active; in dec_rt_prio() local 1251 static void __delist_rt_entity(struct sched_rt_entity *rt_se, struct rt_prio_array *array) in __delist_rt_entity() 1264 struct rt_prio_array *array = &rt_rq->active; in __enqueue_rt_entity() local 1298 struct rt_prio_array *array = &rt_rq->active; in __dequeue_rt_entity() local 1392 struct rt_prio_array *array = &rt_rq->active; in requeue_rt_entity() local 1537 struct rt_prio_array *array = &rt_rq->active; in pick_next_rt_entity() local
|
| /kernel/ |
| D | relay.c | 82 static void relay_free_page_array(struct page **array) in relay_free_page_array()
|
| D | cgroup.c | 4635 pid_t *array; in pidlist_array_load() local
|