Searched defs:env (Results 1 – 2 of 2) sorted by relevance
| /kernel/bpf/ |
| D | verifier.c | 329 static void print_bpf_insn(const struct bpf_verifier_env *env, in print_bpf_insn() 517 static int pop_stack(struct bpf_verifier_env *env, int *prev_insn_idx, in pop_stack() 544 static struct bpf_verifier_state *push_stack(struct bpf_verifier_env *env, in push_stack() 765 static int check_reg_arg(struct bpf_verifier_env *env, u32 regno, in check_reg_arg() 814 static int check_stack_write(struct bpf_verifier_env *env, in check_stack_write() 945 static int check_stack_access(struct bpf_verifier_env *env, in check_stack_access() 971 static int __check_map_access(struct bpf_verifier_env *env, u32 regno, int off, in __check_map_access() 986 static int check_map_access(struct bpf_verifier_env *env, u32 regno, in check_map_access() 1037 static bool may_access_direct_pkt_data(struct bpf_verifier_env *env, in may_access_direct_pkt_data() 1063 static int __check_packet_access(struct bpf_verifier_env *env, u32 regno, in __check_packet_access() [all …]
|
| /kernel/sched/ |
| D | fair.c | 1520 static void task_numa_assign(struct task_numa_env *env, in task_numa_assign() 1534 struct task_numa_env *env) in load_too_imbalanced() 1583 static void task_numa_compare(struct task_numa_env *env, in task_numa_compare() 1719 static void task_numa_find_cpu(struct task_numa_env *env, in task_numa_find_cpu() 1735 static bool numa_has_capacity(struct task_numa_env *env) in numa_has_capacity() 1761 struct task_numa_env env = { in task_numa_migrate() local 8622 static int task_hot(struct task_struct *p, struct lb_env *env) in task_hot() 8658 static int migrate_degrades_locality(struct task_struct *p, struct lb_env *env) in migrate_degrades_locality() 8705 struct lb_env *env) in migrate_degrades_locality() 8715 int can_migrate_task(struct task_struct *p, struct lb_env *env) in can_migrate_task() [all …]
|