Searched defs:env (Results 1 – 6 of 6) sorted by relevance
| /kernel/bpf/ |
| D | verifier.c | 356 struct bpf_verifier_env *env = private_data; in verbose() local 367 static void verbose_invalid_scalar(struct bpf_verifier_env *env, in verbose_invalid_scalar() 422 static bool subprog_is_global(const struct bpf_verifier_env *env, int subprog) in subprog_is_global() 429 static const char *subprog_name(const struct bpf_verifier_env *env, int subprog) in subprog_name() 440 static void mark_subprog_exc_cb(struct bpf_verifier_env *env, int subprog) in mark_subprog_exc_cb() 449 static bool subprog_is_exc_cb(struct bpf_verifier_env *env, int subprog) in subprog_is_exc_cb() 544 static bool is_may_goto_insn_at(struct bpf_verifier_env *env, int insn_idx) in is_may_goto_insn_at() 584 static struct bpf_func_state *func(struct bpf_verifier_env *env, in func() 606 static int stack_slot_obj_get_spi(struct bpf_verifier_env *env, struct bpf_reg_state *reg, in stack_slot_obj_get_spi() 633 static int dynptr_get_spi(struct bpf_verifier_env *env, struct bpf_reg_state *reg) in dynptr_get_spi() [all …]
|
| D | log.c | 14 #define verbose(env, fmt, args...) bpf_verifier_log_write(env, fmt, ##args) argument 304 __printf(2, 3) void bpf_verifier_log_write(struct bpf_verifier_env *env, in bpf_verifier_log_write() 333 find_linfo(const struct bpf_verifier_env *env, u32 insn_off) in find_linfo() 381 __printf(3, 4) void verbose_linfo(struct bpf_verifier_env *env, in verbose_linfo() 440 const char *reg_type_str(struct bpf_verifier_env *env, enum bpf_reg_type type) in reg_type_str() 542 static void print_liveness(struct bpf_verifier_env *env, in print_liveness() 569 static void verbose_unum(struct bpf_verifier_env *env, u64 num) in verbose_unum() 577 static void verbose_snum(struct bpf_verifier_env *env, s64 num) in verbose_snum() 598 static void print_scalar_ranges(struct bpf_verifier_env *env, in print_scalar_ranges() 680 static void print_reg_state(struct bpf_verifier_env *env, in print_reg_state() [all …]
|
| D | btf.c | 1416 __printf(2, 3) static void btf_verifier_log(struct btf_verifier_env *env, in btf_verifier_log() 1430 __printf(4, 5) static void __btf_verifier_log_type(struct btf_verifier_env *env, in __btf_verifier_log_type() 1474 #define btf_verifier_log_type(env, t, ...) \ argument 1476 #define btf_verifier_log_basic(env, t, ...) \ argument 1480 static void btf_verifier_log_member(struct btf_verifier_env *env, in btf_verifier_log_member() 1533 static void btf_verifier_log_vsi(struct btf_verifier_env *env, in btf_verifier_log_vsi() 1560 static void btf_verifier_log_hdr(struct btf_verifier_env *env, in btf_verifier_log_hdr() 1584 static int btf_add_type(struct btf_verifier_env *env, struct btf_type *t) in btf_add_type() 1782 static int env_resolve_init(struct btf_verifier_env *env) in env_resolve_init() 1818 static void btf_verifier_env_free(struct btf_verifier_env *env) in btf_verifier_env_free() [all …]
|
| D | offload.c | 312 int bpf_prog_offload_verify_insn(struct bpf_verifier_env *env, in bpf_prog_offload_verify_insn() 328 int bpf_prog_offload_finalize(struct bpf_verifier_env *env) in bpf_prog_offload_finalize() 347 bpf_prog_offload_replace_insn(struct bpf_verifier_env *env, u32 off, in bpf_prog_offload_replace_insn() 366 bpf_prog_offload_remove_insns(struct bpf_verifier_env *env, u32 off, u32 cnt) in bpf_prog_offload_remove_insns()
|
| /kernel/sched/ |
| D | fair.c | 2185 static void update_numa_stats(struct task_numa_env *env, in update_numa_stats() 2225 static void task_numa_assign(struct task_numa_env *env, in task_numa_assign() 2273 struct task_numa_env *env) in load_too_imbalanced() 2313 static bool task_numa_compare(struct task_numa_env *env, in task_numa_compare() 2501 static void task_numa_find_cpu(struct task_numa_env *env, in task_numa_find_cpu() 2561 struct task_numa_env env = { in task_numa_migrate() local 9497 static int task_hot(struct task_struct *p, struct lb_env *env) in task_hot() 9544 static int migrate_degrades_locality(struct task_struct *p, struct lb_env *env) in migrate_degrades_locality() 9592 struct lb_env *env) in migrate_degrades_locality() 9626 int can_migrate_task(struct task_struct *p, struct lb_env *env) in can_migrate_task() [all …]
|
| D | ext.c | 4428 static int scx_uevent(const struct kobject *kobj, struct kobj_uevent_env *env) in scx_uevent()
|