Home
last modified time | relevance | path

Searched defs:env (Results 1 – 4 of 4) sorted by relevance

/kernel/bpf/
Dverifier.c274 find_linfo(const struct bpf_verifier_env *env, u32 insn_off) in find_linfo()
335 __printf(2, 3) void bpf_verifier_log_write(struct bpf_verifier_env *env, in bpf_verifier_log_write()
351 struct bpf_verifier_env *env = private_data; in verbose() local
384 __printf(3, 4) static void verbose_linfo(struct bpf_verifier_env *env, in verbose_linfo()
412 static void verbose_invalid_scalar(struct bpf_verifier_env *env, in verbose_invalid_scalar()
550 static const char *reg_type_str(struct bpf_verifier_env *env, in reg_type_str()
609 static void print_liveness(struct bpf_verifier_env *env, in print_liveness()
641 static struct bpf_func_state *func(struct bpf_verifier_env *env, in func()
654 static void mark_reg_scratched(struct bpf_verifier_env *env, u32 regno) in mark_reg_scratched()
659 static void mark_stack_slot_scratched(struct bpf_verifier_env *env, u32 spi) in mark_stack_slot_scratched()
[all …]
Dbtf.c1377 __printf(2, 3) static void btf_verifier_log(struct btf_verifier_env *env, in btf_verifier_log()
1391 __printf(4, 5) static void __btf_verifier_log_type(struct btf_verifier_env *env, in __btf_verifier_log_type()
1435 #define btf_verifier_log_type(env, t, ...) \ argument
1437 #define btf_verifier_log_basic(env, t, ...) \ argument
1441 static void btf_verifier_log_member(struct btf_verifier_env *env, in btf_verifier_log_member()
1494 static void btf_verifier_log_vsi(struct btf_verifier_env *env, in btf_verifier_log_vsi()
1521 static void btf_verifier_log_hdr(struct btf_verifier_env *env, in btf_verifier_log_hdr()
1545 static int btf_add_type(struct btf_verifier_env *env, struct btf_type *t) in btf_add_type()
1686 static int env_resolve_init(struct btf_verifier_env *env) in env_resolve_init()
1722 static void btf_verifier_env_free(struct btf_verifier_env *env) in btf_verifier_env_free()
[all …]
Doffload.c143 int bpf_prog_offload_verify_insn(struct bpf_verifier_env *env, in bpf_prog_offload_verify_insn()
159 int bpf_prog_offload_finalize(struct bpf_verifier_env *env) in bpf_prog_offload_finalize()
178 bpf_prog_offload_replace_insn(struct bpf_verifier_env *env, u32 off, in bpf_prog_offload_replace_insn()
197 bpf_prog_offload_remove_insns(struct bpf_verifier_env *env, u32 off, u32 cnt) in bpf_prog_offload_remove_insns()
/kernel/sched/
Dfair.c1788 static void update_numa_stats(struct task_numa_env *env, in update_numa_stats()
1828 static void task_numa_assign(struct task_numa_env *env, in task_numa_assign()
1876 struct task_numa_env *env) in load_too_imbalanced()
1916 static bool task_numa_compare(struct task_numa_env *env, in task_numa_compare()
2104 static void task_numa_find_cpu(struct task_numa_env *env, in task_numa_find_cpu()
2164 struct task_numa_env env = { in task_numa_migrate() local
8289 static int task_hot(struct task_struct *p, struct lb_env *env) in task_hot()
8337 static int migrate_degrades_locality(struct task_struct *p, struct lb_env *env) in migrate_degrades_locality()
8385 struct lb_env *env) in migrate_degrades_locality()
8395 int can_migrate_task(struct task_struct *p, struct lb_env *env) in can_migrate_task()
[all …]