/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() 87 struct bpf_array *array; in array_map_alloc() local 157 static void *array_map_elem_ptr(struct bpf_array* array, u32 index) in array_map_elem_ptr() 165 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_lookup_elem() local 177 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_direct_value_addr() local 191 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_direct_value_meta() local 207 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_gen_lookup() local 240 struct bpf_array *array = container_of(map, struct bpf_array, map); in percpu_array_map_lookup_elem() local 251 struct bpf_array *array = container_of(map, struct bpf_array, map); in percpu_array_map_lookup_percpu_elem() local [all …]
|
D | reuseport_array.c | 52 struct reuseport_array *array = reuseport_array(map); in reuseport_array_lookup_elem() local 64 struct reuseport_array *array = reuseport_array(map); in reuseport_array_delete_elem() local 96 struct reuseport_array *array = reuseport_array(map); in reuseport_array_free() local 152 struct reuseport_array *array; in reuseport_array_alloc() local 191 reuseport_array_update_check(const struct reuseport_array *array, in reuseport_array_update_check() 238 struct reuseport_array *array = reuseport_array(map); in bpf_fd_reuseport_array_update_elem() local 322 struct reuseport_array *array = reuseport_array(map); in reuseport_array_get_next_key() local
|
D | core.c | 1836 struct bpf_array *array = container_of(map, struct bpf_array, map); in ___bpf_prog_run() local 2269 int bpf_prog_array_length(struct bpf_prog_array *array) in bpf_prog_array_length() 2280 bool bpf_prog_array_is_empty(struct bpf_prog_array *array) in bpf_prog_array_is_empty() 2290 static bool bpf_prog_array_copy_core(struct bpf_prog_array *array, in bpf_prog_array_copy_core() 2310 int bpf_prog_array_copy_to_user(struct bpf_prog_array *array, in bpf_prog_array_copy_to_user() 2336 void bpf_prog_array_delete_safe(struct bpf_prog_array *array, in bpf_prog_array_delete_safe() 2363 int bpf_prog_array_delete_safe_at(struct bpf_prog_array *array, int index) in bpf_prog_array_delete_safe_at() 2383 int bpf_prog_array_update_at(struct bpf_prog_array *array, int index, in bpf_prog_array_update_at() 2411 struct bpf_prog_array *array; in bpf_prog_array_copy() local 2474 int bpf_prog_array_copy_info(struct bpf_prog_array *array, in bpf_prog_array_copy_info()
|
D | btf.c | 919 const struct btf_array *array; in btf_show_name() local 1843 const struct btf_array *array = NULL; in __btf_resolve_size() local 2803 const struct btf_array *array = btf_type_array(t); in btf_array_check_meta() local 2855 const struct btf_array *array = btf_type_array(v->t); in btf_array_resolve() local 2920 const struct btf_array *array = btf_type_array(t); in btf_array_log() local 2930 const struct btf_array *array = btf_type_array(t); in __btf_array_show() local 4672 const struct btf_array *array = btf_type_array(t); in btf_resolve_valid() local 6170 const struct btf_array *array; in __btf_type_is_scalar_struct() local
|
D | cgroup.c | 38 const struct bpf_prog_array *array; in bpf_prog_run_array_cg() local 403 struct bpf_prog_array **array) in compute_effective_progs()
|
D | helpers.c | 1131 struct bpf_array *array = container_of(map, struct bpf_array, map); in bpf_timer_cb() local
|
/kernel/trace/ |
D | tracing_map.h | 173 #define TRACING_MAP_ARRAY_ELT(array, idx) \ argument 177 #define TRACING_MAP_ENTRY(array, idx) \ argument 180 #define TRACING_MAP_ELT(array, idx) \ argument
|
D | bpf_trace.c | 551 struct bpf_array *array = container_of(map, struct bpf_array, map); in get_map_perf_counter() local 624 struct bpf_array *array = container_of(map, struct bpf_array, map); in __bpf_perf_event_output() local 804 struct bpf_array *array = container_of(map, struct bpf_array, map); in BPF_CALL_2() local
|
D | trace_events_synth.c | 708 const char *prefix = NULL, *field_type = argv[0], *field_name, *array; in parse_synth_field() local
|
/kernel/sched/ |
D | rt.c | 138 struct rt_prio_array *array; in init_rt_rq() local 1210 struct rt_prio_array *array = &rt_rq->active; in dec_rt_prio() local 1329 static void __delist_rt_entity(struct sched_rt_entity *rt_se, struct rt_prio_array *array) in __delist_rt_entity() 1448 struct rt_prio_array *array = &rt_rq->active; in __enqueue_rt_entity() local 1482 struct rt_prio_array *array = &rt_rq->active; in __dequeue_rt_entity() local 1607 struct rt_prio_array *array = &rt_rq->active; in requeue_rt_entity() local 1863 struct rt_prio_array *array = &rt_rq->active; in pick_next_rt_entity() local
|
/kernel/ |
D | relay.c | 69 static void relay_free_page_array(struct page **array) in relay_free_page_array()
|
/kernel/cgroup/ |
D | cgroup-v1.c | 330 pid_t *array; in pidlist_array_load() local
|