Searched defs:aux (Results 1 – 8 of 8) sorted by relevance
/kernel/bpf/ |
D | core.c | 80 struct bpf_prog_aux *aux; in bpf_prog_alloc_no_stats() local 579 const struct bpf_prog_aux *aux; in bpf_get_prog_addr_start() local 597 const struct bpf_prog_aux *aux; in bpf_tree_comp() local 619 static void bpf_prog_ksym_node_add(struct bpf_prog_aux *aux) in bpf_prog_ksym_node_add() 626 static void bpf_prog_ksym_node_del(struct bpf_prog_aux *aux) in bpf_prog_ksym_node_del() 718 struct bpf_prog_aux *aux; in bpf_get_kallsym() local 901 const struct bpf_insn *aux, in bpf_jit_blind_insn() 1078 struct bpf_insn insn_buff[16], aux[2]; in bpf_jit_blind_constants() local 1680 struct bpf_prog_aux *aux = fp->aux; in bpf_check_tail_call() local 1978 struct bpf_prog_aux *aux; in bpf_prog_free_deferred() local [all …]
|
D | verifier.c | 179 static bool bpf_map_ptr_poisoned(const struct bpf_insn_aux_data *aux) in bpf_map_ptr_poisoned() 184 static bool bpf_map_ptr_unpriv(const struct bpf_insn_aux_data *aux) in bpf_map_ptr_unpriv() 189 static void bpf_map_ptr_store(struct bpf_insn_aux_data *aux, in bpf_map_ptr_store() 3901 struct bpf_insn_aux_data *aux = &env->insn_aux_data[insn_idx]; in record_func_map() local 4252 static int update_alu_sanitation_state(struct bpf_insn_aux_data *aux, in update_alu_sanitation_state() 4272 struct bpf_insn_aux_data *aux = cur_aux(env); in sanitize_val_alu() local 4287 struct bpf_insn_aux_data *aux = cur_aux(env); in sanitize_ptr_alu() local 5974 struct bpf_insn_aux_data *aux = cur_aux(env); in check_ld_imm() local 7949 struct bpf_insn_aux_data *aux; in replace_map_fd_with_map_ptr() local 8199 struct bpf_prog_aux *aux = env->prog->aux; in adjust_subprog_starts_after_remove() local [all …]
|
D | offload.c | 271 struct bpf_prog_aux *aux = args->prog->aux; in bpf_prog_offload_info_fill_ns() local 301 struct bpf_prog_aux *aux = prog->aux; in bpf_prog_offload_info_fill() local
|
D | syscall.c | 1222 static void free_used_maps(struct bpf_prog_aux *aux) in free_used_maps() 1330 struct bpf_prog_aux *aux = container_of(rcu, struct bpf_prog_aux, rcu); in __bpf_prog_put_rcu() local
|
/kernel/power/ |
D | wakelock.c | 105 struct wakelock *wl, *aux; in __wakelocks_gc() local
|
D | snapshot.c | 572 struct mem_extent *ext, *aux; in free_mem_extents() local 595 struct mem_extent *ext, *cur, *aux; in create_mem_extents() local
|
/kernel/ |
D | auditsc.c | 880 struct audit_aux_data *aux; in audit_free_aux() local 1449 struct audit_aux_data *aux; in audit_log_exit() local
|
D | audit.h | 122 struct audit_aux_data *aux; member
|