Home
last modified time | relevance | path

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

123456

/linux/tools/testing/selftests/bpf/
H A Dbench.h21 struct env { struct
22 char *bench_name;
23 int duration_sec;
24 int warmup_sec;
25 bool verbose;
26 bool list;
27 bool affinity;
28 bool quiet;
29 int consumer_cnt;
30 int producer_cnt;
[all …]
H A Dveristat.c168 static struct env { argument
157 static struct env { global() struct
158 filenamesenv global() argument
159 filename_cntenv global() argument
160 verboseenv global() argument
161 debugenv global() argument
162 quietenv global() argument
163 force_checkpointsenv global() argument
164 force_reg_invariantsenv global() argument
165 out_fmtenv global() argument
166 show_versionenv global() argument
167 comparison_modeenv global() argument
169 top_nenv global() argument
171 log_levelenv global() argument
172 log_sizeenv global() argument
173 log_fixedenv global() argument
198 } env; global() variable
[all...]
H A Dxdp_features.c26 static struct env { struct
38 } env; argument
/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Dverifier.c16 #define pr_vlog(env, fmt, ...) \ argument
83 static bool nfp_bpf_map_update_value_ok(struct bpf_verifier_env *env) in nfp_bpf_map_update_value_ok()
124 nfp_bpf_stack_arg_ok(const char *fname, struct bpf_verifier_env *env, in nfp_bpf_stack_arg_ok()
157 nfp_bpf_map_call_ok(const char *fname, struct bpf_verifier_env *env, in nfp_bpf_map_call_ok()
171 struct bpf_verifier_env *env, in nfp_bpf_check_helper_call()
312 struct bpf_verifier_env *env) in nfp_bpf_check_exit()
346 struct bpf_verifier_env *env) in nfp_bpf_check_stack_access()
392 nfp_bpf_map_mark_used_one(struct bpf_verifier_env *env, in nfp_bpf_map_mark_used_one()
417 nfp_bpf_map_mark_used(struct bpf_verifier_env *env, struct nfp_insn_meta *meta, in nfp_bpf_map_mark_used()
452 struct bpf_verifier_env *env, u8 reg_no) in nfp_bpf_check_ptr()
[all …]
/linux/kernel/bpf/
H A Dverifier.c361 struct bpf_verifier_env *env = private_data; in verbose() local
372 static void verbose_invalid_scalar(struct bpf_verifier_env *env, in verbose_invalid_scalar()
426 static bool subprog_is_global(const struct bpf_verifier_env *env, int subprog) in subprog_is_global()
433 static const char *subprog_name(const struct bpf_verifier_env *env, int subprog) in subprog_name()
444 static void mark_subprog_exc_cb(struct bpf_verifier_env *env, int subprog) in mark_subprog_exc_cb()
453 static bool subprog_is_exc_cb(struct bpf_verifier_env *env, int subprog) in subprog_is_exc_cb()
548 static bool is_may_goto_insn_at(struct bpf_verifier_env *env, int insn_idx) in is_may_goto_insn_at()
595 static struct bpf_func_state *func(struct bpf_verifier_env *env, in func()
617 static int stack_slot_obj_get_spi(struct bpf_verifier_env *env, struct bpf_reg_state *reg, in stack_slot_obj_get_spi()
644 static int dynptr_get_spi(struct bpf_verifier_env *env, struct bpf_reg_state *reg) in dynptr_get_spi()
[all …]
H A Dlog.c14 #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 …]
H A Dbtf.c1416 btf_verifier_log(struct btf_verifier_env * env,const char * fmt,...) btf_verifier_log() argument
1430 __btf_verifier_log_type(struct btf_verifier_env * env,const struct btf_type * t,bool log_details,const char * fmt,...) __btf_verifier_log_type() argument
1474 btf_verifier_log_type(env,t,...) global() argument
1476 btf_verifier_log_basic(env,t,...) global() argument
1480 btf_verifier_log_member(struct btf_verifier_env * env,const struct btf_type * struct_type,const struct btf_member * member,const char * fmt,...) btf_verifier_log_member() argument
1533 btf_verifier_log_vsi(struct btf_verifier_env * env,const struct btf_type * datasec_type,const struct btf_var_secinfo * vsi,const char * fmt,...) btf_verifier_log_vsi() argument
1560 btf_verifier_log_hdr(struct btf_verifier_env * env,u32 btf_data_size) btf_verifier_log_hdr() argument
1584 btf_add_type(struct btf_verifier_env * env,struct btf_type * t) btf_add_type() argument
1782 env_resolve_init(struct btf_verifier_env * env) env_resolve_init() argument
1818 btf_verifier_env_free(struct btf_verifier_env * env) btf_verifier_env_free() argument
1824 env_type_is_resolve_sink(const struct btf_verifier_env * env,const struct btf_type * next_type) env_type_is_resolve_sink() argument
1849 env_type_is_resolved(const struct btf_verifier_env * env,u32 type_id) env_type_is_resolved() argument
1859 env_stack_push(struct btf_verifier_env * env,const struct btf_type * t,u32 type_id) env_stack_push() argument
1889 env_stack_set_next_member(struct btf_verifier_env * env,u16 next_member) env_stack_set_next_member() argument
1895 env_stack_pop_resolved(struct btf_verifier_env * env,u32 resolved_type_id,u32 resolved_size) env_stack_pop_resolved() argument
1908 env_stack_peak(struct btf_verifier_env * env) env_stack_peak() argument
2077 btf_df_check_member(struct btf_verifier_env * env,const struct btf_type * struct_type,const struct btf_member * member,const struct btf_type * member_type) btf_df_check_member() argument
2087 btf_df_check_kflag_member(struct btf_verifier_env * env,const struct btf_type * struct_type,const struct btf_member * member,const struct btf_type * member_type) btf_df_check_kflag_member() argument
2100 btf_generic_check_kflag_member(struct btf_verifier_env * env,const struct btf_type * struct_type,const struct btf_member * member,const struct btf_type * member_type) btf_generic_check_kflag_member() argument
2119 btf_df_resolve(struct btf_verifier_env * env,const struct resolve_vertex * v) btf_df_resolve() argument
2133 btf_int_check_member(struct btf_verifier_env * env,const struct btf_type * struct_type,const struct btf_member * member,const struct btf_type * member_type) btf_int_check_member() argument
2171 btf_int_check_kflag_member(struct btf_verifier_env * env,const struct btf_type * struct_type,const struct btf_member * member,const struct btf_type * member_type) btf_int_check_kflag_member() argument
2227 btf_int_check_meta(struct btf_verifier_env * env,const struct btf_type * t,u32 meta_left) btf_int_check_meta() argument
2291 btf_int_log(struct btf_verifier_env * env,const struct btf_type * t) btf_int_log() argument
2492 btf_modifier_check_member(struct btf_verifier_env * env,const struct btf_type * struct_type,const struct btf_member * member,const struct btf_type * member_type) btf_modifier_check_member() argument
2517 btf_modifier_check_kflag_member(struct btf_verifier_env * env,const struct btf_type * struct_type,const struct btf_member * member,const struct btf_type * member_type) btf_modifier_check_kflag_member() argument
2542 btf_ptr_check_member(struct btf_verifier_env * env,const struct btf_type * struct_type,const struct btf_member * member,const struct btf_type * member_type) btf_ptr_check_member() argument
2568 btf_ref_type_check_meta(struct btf_verifier_env * env,const struct btf_type * t,u32 meta_left) btf_ref_type_check_meta() argument
2616 btf_modifier_resolve(struct btf_verifier_env * env,const struct resolve_vertex * v) btf_modifier_resolve() argument
2658 btf_var_resolve(struct btf_verifier_env * env,const struct resolve_vertex * v) btf_var_resolve() argument
2704 btf_ptr_resolve(struct btf_verifier_env * env,const struct resolve_vertex * v) btf_ptr_resolve() argument
2801 btf_ref_type_log(struct btf_verifier_env * env,const struct btf_type * t) btf_ref_type_log() argument
2825 btf_fwd_check_meta(struct btf_verifier_env * env,const struct btf_type * t,u32 meta_left) btf_fwd_check_meta() argument
2851 btf_fwd_type_log(struct btf_verifier_env * env,const struct btf_type * t) btf_fwd_type_log() argument
2866 btf_array_check_member(struct btf_verifier_env * env,const struct btf_type * struct_type,const struct btf_member * member,const struct btf_type * member_type) btf_array_check_member() argument
2895 btf_array_check_meta(struct btf_verifier_env * env,const struct btf_type * t,u32 meta_left) btf_array_check_meta() argument
2948 btf_array_resolve(struct btf_verifier_env * env,const struct resolve_vertex * v) btf_array_resolve() argument
3013 btf_array_log(struct btf_verifier_env * env,const struct btf_type * t) btf_array_log() argument
3117 btf_struct_check_member(struct btf_verifier_env * env,const struct btf_type * struct_type,const struct btf_member * member,const struct btf_type * member_type) btf_struct_check_member() argument
3142 btf_struct_check_meta(struct btf_verifier_env * env,const struct btf_type * t,u32 meta_left) btf_struct_check_meta() argument
3223 btf_struct_resolve(struct btf_verifier_env * env,const struct resolve_vertex * v) btf_struct_resolve() argument
3294 btf_struct_log(struct btf_verifier_env * env,const struct btf_type * t) btf_struct_log() argument
4248 btf_enum_check_member(struct btf_verifier_env * env,const struct btf_type * struct_type,const struct btf_member * member,const struct btf_type * member_type) btf_enum_check_member() argument
4273 btf_enum_check_kflag_member(struct btf_verifier_env * env,const struct btf_type * struct_type,const struct btf_member * member,const struct btf_type * member_type) btf_enum_check_kflag_member() argument
4308 btf_enum_check_meta(struct btf_verifier_env * env,const struct btf_type * t,u32 meta_left) btf_enum_check_meta() argument
4367 btf_enum_log(struct btf_verifier_env * env,const struct btf_type * t) btf_enum_log() argument
4416 btf_enum64_check_meta(struct btf_verifier_env * env,const struct btf_type * t,u32 meta_left) btf_enum64_check_meta() argument
4519 btf_func_proto_check_meta(struct btf_verifier_env * env,const struct btf_type * t,u32 meta_left) btf_func_proto_check_meta() argument
4547 btf_func_proto_log(struct btf_verifier_env * env,const struct btf_type * t) btf_func_proto_log() argument
4606 btf_func_check_meta(struct btf_verifier_env * env,const struct btf_type * t,u32 meta_left) btf_func_check_meta() argument
4631 btf_func_resolve(struct btf_verifier_env * env,const struct resolve_vertex * v) btf_func_resolve() argument
4655 btf_var_check_meta(struct btf_verifier_env * env,const struct btf_type * t,u32 meta_left) btf_var_check_meta() argument
4703 btf_var_log(struct btf_verifier_env * env,const struct btf_type * t) btf_var_log() argument
4719 btf_datasec_check_meta(struct btf_verifier_env * env,const struct btf_type * t,u32 meta_left) btf_datasec_check_meta() argument
4792 btf_datasec_resolve(struct btf_verifier_env * env,const struct resolve_vertex * v) btf_datasec_resolve() argument
4832 btf_datasec_log(struct btf_verifier_env * env,const struct btf_type * t) btf_datasec_log() argument
4871 btf_float_check_meta(struct btf_verifier_env * env,const struct btf_type * t,u32 meta_left) btf_float_check_meta() argument
4896 btf_float_check_member(struct btf_verifier_env * env,const struct btf_type * struct_type,const struct btf_member * member,const struct btf_type * member_type) btf_float_check_member() argument
4931 btf_float_log(struct btf_verifier_env * env,const struct btf_type * t) btf_float_log() argument
4946 btf_decl_tag_check_meta(struct btf_verifier_env * env,const struct btf_type * t,u32 meta_left) btf_decl_tag_check_meta() argument
4984 btf_decl_tag_resolve(struct btf_verifier_env * env,const struct resolve_vertex * v) btf_decl_tag_resolve() argument
5030 btf_decl_tag_log(struct btf_verifier_env * env,const struct btf_type * t) btf_decl_tag_log() argument
5045 btf_func_proto_check(struct btf_verifier_env * env,const struct btf_type * t) btf_func_proto_check() argument
5140 btf_func_check(struct btf_verifier_env * env,const struct btf_type * t) btf_func_check() argument
5190 btf_check_meta(struct btf_verifier_env * env,const struct btf_type * t,u32 meta_left) btf_check_meta() argument
5232 btf_check_all_metas(struct btf_verifier_env * env) btf_check_all_metas() argument
5259 btf_resolve_valid(struct btf_verifier_env * env,const struct btf_type * t,u32 type_id) btf_resolve_valid() argument
5300 btf_resolve(struct btf_verifier_env * env,const struct btf_type * t,u32 type_id) btf_resolve() argument
5333 btf_check_all_types(struct btf_verifier_env * env) btf_check_all_types() argument
5367 btf_parse_type_sec(struct btf_verifier_env * env) btf_parse_type_sec() argument
5390 btf_parse_str_sec(struct btf_verifier_env * env) btf_parse_str_sec() argument
5434 btf_check_sec_info(struct btf_verifier_env * env,u32 btf_data_size) btf_check_sec_info() argument
5487 btf_parse_hdr(struct btf_verifier_env * env) btf_parse_hdr() argument
5693 btf_check_type_tags(struct btf_verifier_env * env,struct btf * btf,int start_id) btf_check_type_tags() argument
5760 struct btf_verifier_env *env = NULL; btf_parse() local
6240 struct btf_verifier_env *env = NULL; btf_parse_vmlinux() local
6285 struct btf_verifier_env *env = NULL; btf_parse_module() local
7648 btf_prepare_func_args(struct bpf_verifier_env * env,int subprog) btf_prepare_func_args() argument
[all...]
H A Doffload.c313 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()
/linux/drivers/iio/adc/
H A Denvelope-detector.c79 static int envelope_detector_comp_latch(struct envelope *env) in envelope_detector_comp_latch()
117 struct envelope *env = ctx; in envelope_detector_comp_isr() local
127 static void envelope_detector_setup_compare(struct envelope *env) in envelope_detector_setup_compare()
173 struct envelope *env = container_of(work, struct envelope, in envelope_detector_timeout() local
190 struct envelope *env = iio_priv(indio_dev); in envelope_detector_read_raw() local
234 struct envelope *env = iio_priv(indio_dev); in envelope_show_invert() local
244 struct envelope *env = iio_priv(indio_dev); in envelope_store_invert() local
274 struct envelope *env = iio_priv(indio_dev); in envelope_show_comp_interval() local
284 struct envelope *env = iio_priv(indio_dev); in envelope_store_comp_interval() local
327 struct envelope *env; in envelope_detector_probe() local
/linux/lib/
H A Dkobject_uevent.c116 struct kobj_uevent_env *env = NULL; in kobject_action_args() local
196 struct kobj_uevent_env *env; in kobject_synth_uevent() local
251 static int init_uevent_argv(struct kobj_uevent_env *env, const char *subsystem) in init_uevent_argv()
278 static struct sk_buff *alloc_uevent_skb(struct kobj_uevent_env *env, in alloc_uevent_skb()
308 static int uevent_net_broadcast_untagged(struct kobj_uevent_env *env, in uevent_net_broadcast_untagged()
344 struct kobj_uevent_env *env, in uevent_net_broadcast_tagged()
383 struct kobj_uevent_env *env, in kobject_uevent_net_broadcast()
420 static void zap_modalias_env(struct kobj_uevent_env *env) in zap_modalias_env()
476 struct kobj_uevent_env *env; in kobject_uevent_env() local
668 int add_uevent_var(struct kobj_uevent_env *env, const char *format, ...) in add_uevent_var()
/linux/tools/bpf/runqslower/
H A Drunqslower.c13 struct env { struct
17 } env = { argument
/linux/tools/perf/arch/
H A Dcommon.c109 char *env = getenv("PATH"); in lookup_path() local
144 static int perf_env__lookup_binutils_path(struct perf_env *env, in perf_env__lookup_binutils_path()
221 int perf_env__lookup_objdump(struct perf_env *env, char **path) in perf_env__lookup_objdump()
238 bool perf_env__single_address_space(struct perf_env *env) in perf_env__single_address_space()
/linux/include/linux/
H A Dof_device.h52 struct kobj_uevent_env *env) { } in of_device_uevent()
61 struct kobj_uevent_env *env) in of_device_uevent_modalias()
/linux/scripts/kconfig/
H A Dpreprocess.c40 struct env { struct
48 struct env *e; in env_add() argument
H A Dconf.c90 char *env; in set_randconfig_seed() local
189 char *env = getenv("KCONFIG_PROBABILITY"); in conf_set_all_new_symbols() local
/linux/drivers/of/
H A Ddevice.c215 void of_device_uevent(const struct device *dev, struct kobj_uevent_env *env) in of_device_uevent()
253 int of_device_uevent_modalias(const struct device *dev, struct kobj_uevent_env *env) in of_device_uevent_modalias()
/linux/tools/testing/selftests/net/lib/py/
H A Dksft.py178 def ksft_setup(env): argument
173 ksft_setup(env) global() argument
/linux/drivers/net/netdevsim/
H A Dbpf.c26 #define pr_vlog(env, fmt, ...) \ argument
63 nsim_bpf_verify_insn(struct bpf_verifier_env *env, int insn_idx, int prev_insn) in nsim_bpf_verify_insn()
82 static int nsim_bpf_finalize(struct bpf_verifier_env *env) in nsim_bpf_finalize()
/linux/kernel/sched/
H A Dfair.c2130 static void update_numa_stats(struct task_numa_env *env, in update_numa_stats()
2170 static void task_numa_assign(struct task_numa_env *env, in task_numa_assign()
2218 struct task_numa_env *env) in load_too_imbalanced()
2258 static bool task_numa_compare(struct task_numa_env *env, in task_numa_compare()
2447 static void task_numa_find_cpu(struct task_numa_env *env, in task_numa_find_cpu()
2507 struct task_numa_env env = { in task_numa_migrate() local
9267 static int task_hot(struct task_struct *p, struct lb_env *env) in task_hot()
9314 static long migrate_degrades_locality(struct task_struct *p, struct lb_env *env) in migrate_degrades_locality()
9362 struct lb_env *env) in migrate_degrades_locality()
9396 int can_migrate_task(struct task_struct *p, struct lb_env *env) in can_migrate_task()
[all …]
/linux/tools/perf/tests/
H A Dmem2node.c51 struct perf_env env = { in test__mem2node() local
/linux/sound/hda/
H A Dhda_bus_type.c68 static int hda_uevent(const struct device *dev, struct kobj_uevent_env *env) in hda_uevent()
/linux/security/tomoyo/
H A Denviron.c50 int tomoyo_env_perm(struct tomoyo_request_info *r, const char *env) in tomoyo_env_perm()
/linux/arch/mips/alchemy/common/
H A Dprom.c67 char **env = prom_envp; in prom_getenv() local
/linux/drivers/dma/idxd/
H A Dbus.c70 static int idxd_bus_uevent(const struct device *dev, struct kobj_uevent_env *env) in idxd_bus_uevent()
/linux/drivers/zorro/
H A Dzorro-driver.c133 static int zorro_uevent(const struct device *dev, struct kobj_uevent_env *env) in zorro_uevent()

123456