/kernel/bpf/ |
D | map_iter.c | 103 struct bpf_iter_aux_info *aux) in bpf_iter_attach_map() 147 static void bpf_iter_detach_map(struct bpf_iter_aux_info *aux) in bpf_iter_detach_map() 152 void bpf_iter_map_show_fdinfo(const struct bpf_iter_aux_info *aux, in bpf_iter_map_show_fdinfo() 158 int bpf_iter_map_fill_link_info(const struct bpf_iter_aux_info *aux, in bpf_iter_map_fill_link_info()
|
D | cgroup_iter.c | 196 struct bpf_iter_aux_info *aux) in bpf_iter_attach_cgroup() 227 static void bpf_iter_detach_cgroup(struct bpf_iter_aux_info *aux) in bpf_iter_detach_cgroup() 232 static void bpf_iter_cgroup_show_fdinfo(const struct bpf_iter_aux_info *aux, in bpf_iter_cgroup_show_fdinfo() 264 static int bpf_iter_cgroup_fill_link_info(const struct bpf_iter_aux_info *aux, in bpf_iter_cgroup_fill_link_info()
|
D | arraymap.c | 650 struct bpf_iter_aux_info *aux) in bpf_iter_init_array_map() 946 struct bpf_prog_aux *aux; member 953 struct bpf_array_aux *aux; in prog_array_map_poke_track() local 986 struct bpf_array_aux *aux; in prog_array_map_poke_untrack() local 1011 struct bpf_array_aux *aux; in prog_array_map_poke_run() local 1065 struct bpf_array_aux *aux = container_of(map, struct bpf_array, in prog_array_map_clear() local 1073 struct bpf_array_aux *aux; in prog_array_map_alloc() local 1099 struct bpf_array_aux *aux; in prog_array_map_free() local
|
D | task_iter.c | 228 struct bpf_iter_aux_info *aux) in bpf_iter_attach_task() 410 static int init_seq_pidns(void *priv_data, struct bpf_iter_aux_info *aux) in init_seq_pidns() 696 static int bpf_iter_fill_link_info(const struct bpf_iter_aux_info *aux, struct bpf_link_info *info) in bpf_iter_fill_link_info() 711 static void bpf_iter_task_show_fdinfo(const struct bpf_iter_aux_info *aux, struct seq_file *seq) in bpf_iter_task_show_fdinfo()
|
D | core.c | 88 struct bpf_prog_aux *aux; in bpf_prog_alloc_no_stats() local 1219 const struct bpf_insn *aux, in bpf_jit_blind_insn() 1398 struct bpf_insn insn_buff[16], aux[2]; in bpf_jit_blind_constants() local 2121 struct bpf_prog_aux *aux = fp->aux; in bpf_check_tail_call() local 2494 void __bpf_free_used_maps(struct bpf_prog_aux *aux, in __bpf_free_used_maps() 2508 static void bpf_free_used_maps(struct bpf_prog_aux *aux) in bpf_free_used_maps() 2514 void __bpf_free_used_btfs(struct bpf_prog_aux *aux, in __bpf_free_used_btfs() 2530 static void bpf_free_used_btfs(struct bpf_prog_aux *aux) in bpf_free_used_btfs() 2538 struct bpf_prog_aux *aux; in bpf_prog_free_deferred() local 2577 struct bpf_prog_aux *aux = fp->aux; in bpf_prog_free() local
|
D | verifier.c | 194 static bool bpf_map_ptr_poisoned(const struct bpf_insn_aux_data *aux) in bpf_map_ptr_poisoned() 199 static bool bpf_map_ptr_unpriv(const struct bpf_insn_aux_data *aux) in bpf_map_ptr_unpriv() 204 static void bpf_map_ptr_store(struct bpf_insn_aux_data *aux, in bpf_map_ptr_store() 213 static bool bpf_map_key_poisoned(const struct bpf_insn_aux_data *aux) in bpf_map_key_poisoned() 218 static bool bpf_map_key_unseen(const struct bpf_insn_aux_data *aux) in bpf_map_key_unseen() 223 static u64 bpf_map_key_immediate(const struct bpf_insn_aux_data *aux) in bpf_map_key_immediate() 228 static void bpf_map_key_store(struct bpf_insn_aux_data *aux, u64 state) in bpf_map_key_store() 7330 struct bpf_insn_aux_data *aux = &env->insn_aux_data[insn_idx]; in record_func_map() local 7376 struct bpf_insn_aux_data *aux = &env->insn_aux_data[insn_idx]; in record_func_key() local 8201 static int update_alu_sanitation_state(struct bpf_insn_aux_data *aux, in update_alu_sanitation_state() [all …]
|
D | offload.c | 268 struct bpf_prog_aux *aux = args->prog->aux; in bpf_prog_offload_info_fill_ns() local 298 struct bpf_prog_aux *aux = prog->aux; in bpf_prog_offload_info_fill() local
|
D | local_storage.c | 463 int bpf_cgroup_storage_assign(struct bpf_prog_aux *aux, struct bpf_map *_map) in bpf_cgroup_storage_assign()
|
D | bpf_iter.c | 18 struct bpf_iter_aux_info aux; member
|
D | syscall.c | 2026 struct bpf_prog_aux *aux = container_of(rcu, struct bpf_prog_aux, rcu); in __bpf_prog_put_rcu() local 2057 struct bpf_prog_aux *aux; in bpf_prog_put_deferred() local 2070 struct bpf_prog_aux *aux = prog->aux; in __bpf_prog_put() local
|
D | helpers.c | 1216 struct bpf_prog_aux *, aux) in BPF_CALL_3() argument
|
D | hashtab.c | 2093 struct bpf_iter_aux_info *aux) in bpf_iter_init_hash_map()
|
/kernel/bpf/preload/iterators/ |
D | iterators.bpf.c | 50 struct bpf_prog_aux *aux; member 99 struct bpf_prog_aux *aux; in dump_bpf_prog() local
|
/kernel/power/ |
D | wakelock.c | 102 struct wakelock *wl, *aux; in __wakelocks_gc() local
|
D | snapshot.c | 611 struct mem_extent *ext, *aux; in free_mem_extents() local 634 struct mem_extent *ext, *cur, *aux; in create_mem_extents() local
|
/kernel/futex/ |
D | syscalls.c | 203 struct futex_waitv aux; in futex_parse_waitv() local
|
/kernel/ |
D | auditsc.c | 940 struct audit_aux_data *aux; in audit_free_aux() local 1679 struct audit_aux_data *aux; in audit_log_exit() local
|
D | kallsyms.c | 914 static int bpf_iter_ksym_init(void *priv_data, struct bpf_iter_aux_info *aux) in bpf_iter_ksym_init()
|
D | audit.h | 131 struct audit_aux_data *aux; member
|