Searched defs:env (Results 1 – 6 of 6) sorted by relevance
/kernel/bpf/ |
A D | verifier.c | 367 struct bpf_verifier_env *env = private_data; in verbose() local 4076 struct bpf_verifier_env *env = bt->env; in bt_reset() local 5920 static bool in_rcu_cs(struct bpf_verifier_env *env) in in_rcu_cs() 7459 struct bpf_verifier_env *env, in check_stack_access_within_bounds() 8027 struct bpf_verifier_env *env, int regno, int off, in check_stack_range_initialized() 12353 get_kfunc_ptr_arg_type(struct bpf_verifier_env *env, in get_kfunc_ptr_arg_type() 14390 struct bpf_verifier_env *env, in check_stack_access_for_ptr_arithmetic() 17418 struct bpf_verifier_env *env, in visit_func_call_insn() 17825 static int check_cfg(struct bpf_verifier_env *env) in check_cfg() 19988 static int do_check(struct bpf_verifier_env *env) in do_check() [all …]
|
A 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() 543 static void print_liveness(struct bpf_verifier_env *env, in print_liveness() 570 static void verbose_unum(struct bpf_verifier_env *env, u64 num) in verbose_unum() 578 static void verbose_snum(struct bpf_verifier_env *env, s64 num) in verbose_snum() 599 static void print_scalar_ranges(struct bpf_verifier_env *env, in print_scalar_ranges() 681 static void print_reg_state(struct bpf_verifier_env *env, in print_reg_state() [all …]
|
A D | btf.c | 1492 #define btf_verifier_log_type(env, t, ...) \ argument 1494 #define btf_verifier_log_basic(env, t, ...) \ argument 1877 static int env_stack_push(struct btf_verifier_env *env, in env_stack_push() 2137 static int btf_df_resolve(struct btf_verifier_env *env, in btf_df_resolve() 2309 static void btf_int_log(struct btf_verifier_env *env, in btf_int_log() 4386 static void btf_enum_log(struct btf_verifier_env *env, in btf_enum_log() 5319 static int btf_resolve(struct btf_verifier_env *env, in btf_resolve() 5506 static int btf_parse_hdr(struct btf_verifier_env *env) in btf_parse_hdr() 5779 struct btf_verifier_env *env = NULL; in btf_parse() local 6258 struct btf_verifier_env *env = NULL; in btf_parse_vmlinux() local [all …]
|
A D | offload.c | 313 int bpf_prog_offload_verify_insn(struct bpf_verifier_env *env, in bpf_prog_offload_verify_insn() 329 int bpf_prog_offload_finalize(struct bpf_verifier_env *env) in bpf_prog_offload_finalize() 348 bpf_prog_offload_replace_insn(struct bpf_verifier_env *env, u32 off, in bpf_prog_offload_replace_insn() 367 bpf_prog_offload_remove_insns(struct bpf_verifier_env *env, u32 off, u32 cnt) in bpf_prog_offload_remove_insns()
|
/kernel/sched/ |
A D | fair.c | 2201 struct task_numa_env *env) in load_too_imbalanced() 2490 struct task_numa_env env = { in task_numa_migrate() local 9246 struct lb_env *env) in migrate_degrades_locality() 9444 static int detach_tasks(struct lb_env *env) in detach_tasks() 9609 static void attach_tasks(struct lb_env *env) in attach_tasks() 11486 asym_active_balance(struct lb_env *env) in asym_active_balance() 11504 imbalanced_active_balance(struct lb_env *env) in imbalanced_active_balance() 11520 static int need_active_balance(struct lb_env *env) in need_active_balance() 11551 static int should_we_balance(struct lb_env *env) in should_we_balance() 11653 struct lb_env env = { in sched_balance_rq() local [all …]
|
A D | ext.c | 4650 static int scx_uevent(const struct kobject *kobj, struct kobj_uevent_env *env) in scx_uevent()
|
Completed in 139 milliseconds