Home
last modified time | relevance | path

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

/kernel/bpf/
Darraymap.c21 static void bpf_array_free_percpu(struct bpf_array *array) in bpf_array_free_percpu()
31 static int bpf_array_alloc_percpu(struct bpf_array *array) in bpf_array_alloc_percpu()
89 struct bpf_array *array; in array_map_alloc() local
177 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_lookup_elem() local
189 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_direct_value_addr() local
203 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_direct_value_meta() local
219 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_gen_lookup() local
252 struct bpf_array *array = container_of(map, struct bpf_array, map); in percpu_array_map_lookup_elem() local
263 struct bpf_array *array = container_of(map, struct bpf_array, map); in bpf_percpu_array_copy() local
290 struct bpf_array *array = container_of(map, struct bpf_array, map); in array_map_get_next_key() local
[all …]
Dreuseport_array.c54 struct reuseport_array *array = reuseport_array(map); in reuseport_array_lookup_elem() local
66 struct reuseport_array *array = reuseport_array(map); in reuseport_array_delete_elem() local
98 struct reuseport_array *array = reuseport_array(map); in reuseport_array_free() local
154 struct reuseport_array *array; in reuseport_array_alloc() local
205 reuseport_array_update_check(const struct reuseport_array *array, in reuseport_array_update_check()
252 struct reuseport_array *array = reuseport_array(map); in bpf_fd_reuseport_array_update_elem() local
336 struct reuseport_array *array = reuseport_array(map); in reuseport_array_get_next_key() local
Dcore.c1575 struct bpf_array *array = container_of(map, struct bpf_array, map); in ___bpf_prog_run() local
1782 bool bpf_prog_array_compatible(struct bpf_array *array, in bpf_prog_array_compatible()
1815 struct bpf_array *array; in bpf_check_tail_call() local
1947 int bpf_prog_array_length(struct bpf_prog_array *array) in bpf_prog_array_length()
1958 bool bpf_prog_array_is_empty(struct bpf_prog_array *array) in bpf_prog_array_is_empty()
1968 static bool bpf_prog_array_copy_core(struct bpf_prog_array *array, in bpf_prog_array_copy_core()
1988 int bpf_prog_array_copy_to_user(struct bpf_prog_array *array, in bpf_prog_array_copy_to_user()
2014 void bpf_prog_array_delete_safe(struct bpf_prog_array *array, in bpf_prog_array_delete_safe()
2041 int bpf_prog_array_delete_safe_at(struct bpf_prog_array *array, int index) in bpf_prog_array_delete_safe_at()
2061 int bpf_prog_array_update_at(struct bpf_prog_array *array, int index, in bpf_prog_array_update_at()
[all …]
Dbtf.c774 const struct btf_array *array; in btf_show_name() local
1641 const struct btf_array *array = NULL; in __btf_resolve_size() local
2574 const struct btf_array *array = btf_type_array(t); in btf_array_check_meta() local
2626 const struct btf_array *array = btf_type_array(v->t); in btf_array_resolve() local
2691 const struct btf_array *array = btf_type_array(t); in btf_array_log() local
2701 const struct btf_array *array = btf_type_array(t); in __btf_array_show() local
3844 const struct btf_array *array = btf_type_array(t); in btf_resolve_valid() local
Dcgroup.c229 struct bpf_prog_array **array) in compute_effective_progs()
Dsyscall.c551 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.c807 struct bpf_array *array = container_of(map, struct bpf_array, map); in get_map_perf_counter() local
880 struct bpf_array *array = container_of(map, struct bpf_array, map); in __bpf_perf_event_output() local
1026 struct bpf_array *array = container_of(map, struct bpf_array, map); in BPF_CALL_2() local
Dtrace_events_synth.c586 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
1164 struct rt_prio_array *array = &rt_rq->active; in dec_rt_prio() local
1282 static void __delist_rt_entity(struct sched_rt_entity *rt_se, struct rt_prio_array *array) in __delist_rt_entity()
1295 struct rt_prio_array *array = &rt_rq->active; in __enqueue_rt_entity() local
1329 struct rt_prio_array *array = &rt_rq->active; in __dequeue_rt_entity() local
1447 struct rt_prio_array *array = &rt_rq->active; in requeue_rt_entity() local
1699 struct rt_prio_array *array = &rt_rq->active; in pick_next_rt_entity() local
/kernel/cgroup/
Dcgroup-v1.c331 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()