/linux-6.3-rc2/tools/perf/util/ |
A D | env.c | 22 void perf_env__insert_bpf_prog_info(struct perf_env *env, in perf_env__insert_bpf_prog_info() 136 static void perf_env__purge_bpf(struct perf_env *env) in perf_env__purge_bpf() 180 void perf_env__exit(struct perf_env *env) in perf_env__exit() 231 void perf_env__init(struct perf_env *env) in perf_env__init() 254 int perf_env__kernel_is_64_bit(struct perf_env *env) in perf_env__kernel_is_64_bit() 359 int perf_env__read_cpuid(struct perf_env *env) in perf_env__read_cpuid() 374 static int perf_env__read_arch(struct perf_env *env) in perf_env__read_arch() 400 int perf_env__nr_cpus_avail(struct perf_env *env) in perf_env__nr_cpus_avail() 442 const char *perf_env__arch(struct perf_env *env) in perf_env__arch() 457 const char *perf_env__cpuid(struct perf_env *env) in perf_env__cpuid() [all …]
|
A D | bpf-event.c | 106 struct perf_env *env = machine->env; in machine__process_bpf_event_load() local 159 static int perf_env__fetch_btf(struct perf_env *env, in perf_env__fetch_btf() 241 struct perf_env *env; in perf_event__synthesize_one_bpf_prog() local 511 static void perf_env__add_bpf_info(struct perf_env *env, u32 id) in perf_env__add_bpf_info() 565 struct perf_env *env = data; in bpf_event__sb_cb() local 589 int evlist__add_bpf_sb_event(struct evlist *evlist, struct perf_env *env) in evlist__add_bpf_sb_event() 610 struct perf_env *env, in bpf_event__print_bpf_prog_info()
|
A D | amd-sample-raw.c | 294 static void parse_cpuid(struct perf_env *env) in parse_cpuid() 315 struct perf_env *env = evlist->env; in evlist__has_amd_ibs() local
|
A D | cgroup.c | 554 struct cgroup *cgroup__findnew(struct perf_env *env, uint64_t id, in cgroup__findnew() 565 struct cgroup *cgroup__find(struct perf_env *env, uint64_t id) in cgroup__find() 575 void perf_env__purge_cgroups(struct perf_env *env) in perf_env__purge_cgroups()
|
/linux-6.3-rc2/tools/testing/selftests/bpf/ |
A D | bench.h | 20 struct env { struct 21 char *bench_name; 22 int duration_sec; 23 int warmup_sec; 24 bool verbose; 25 bool list; 26 bool affinity; 27 bool quiet; 28 int consumer_cnt; 29 int producer_cnt; [all …]
|
A D | xdp_features.c | 26 static struct env { struct 37 } env; argument
|
A D | veristat.c | 134 static struct env { struct 135 char **filenames; 136 int filename_cnt; 137 bool verbose; 138 bool quiet; 139 int log_level; 140 enum resfmt out_fmt; 141 bool comparison_mode; 142 bool replay_mode; 166 } env; variable
|
/linux-6.3-rc2/drivers/net/ethernet/netronome/nfp/bpf/ |
A D | verifier.c | 16 #define pr_vlog(env, fmt, ...) \ argument 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() 452 struct bpf_verifier_env *env, u8 reg_no) in nfp_bpf_check_ptr() 503 struct bpf_verifier_env *env) in nfp_bpf_check_store() 527 struct bpf_verifier_env *env) in nfp_bpf_check_atomic() 557 struct bpf_verifier_env *env) in nfp_bpf_check_alu() 673 nfp_assign_subprog_idx_and_regs(struct bpf_verifier_env *env, in nfp_assign_subprog_idx_and_regs() [all …]
|
/linux-6.3-rc2/kernel/bpf/ |
A D | verifier.c | 356 struct bpf_verifier_env *env = private_data; in verbose() local 4167 int check_ptr_off_reg(struct bpf_verifier_env *env, in check_ptr_off_reg() 5235 struct bpf_verifier_env *env, in check_stack_access_within_bounds() 5652 struct bpf_verifier_env *env, int regno, int off, in check_stack_range_initialized() 8922 get_kfunc_ptr_arg_type(struct bpf_verifier_env *env, in get_kfunc_ptr_arg_type() 10407 struct bpf_verifier_env *env, in check_stack_access_for_ptr_arithmetic() 13044 struct bpf_verifier_env *env, in explored_state() 13123 struct bpf_verifier_env *env, in visit_func_call_insn() 13211 static int check_cfg(struct bpf_verifier_env *env) in check_cfg() 14503 static int do_check(struct bpf_verifier_env *env) in do_check() [all …]
|
A D | btf.c | 1438 #define btf_verifier_log_type(env, t, ...) \ argument 1440 #define btf_verifier_log_basic(env, t, ...) \ argument 1788 static int env_stack_push(struct btf_verifier_env *env, in env_stack_push() 2048 static int btf_df_resolve(struct btf_verifier_env *env, in btf_df_resolve() 2220 static void btf_int_log(struct btf_verifier_env *env, in btf_int_log() 4140 static void btf_enum_log(struct btf_verifier_env *env, in btf_enum_log() 5078 static int btf_resolve(struct btf_verifier_env *env, in btf_resolve() 5265 static int btf_parse_hdr(struct btf_verifier_env *env) in btf_parse_hdr() 5496 struct btf_verifier_env *env = NULL; in btf_parse() local 5740 struct btf_verifier_env *env = NULL; in BTF_ID() local [all …]
|
A D | offload.c | 302 int bpf_prog_offload_verify_insn(struct bpf_verifier_env *env, in bpf_prog_offload_verify_insn() 318 int bpf_prog_offload_finalize(struct bpf_verifier_env *env) in bpf_prog_offload_finalize() 337 bpf_prog_offload_replace_insn(struct bpf_verifier_env *env, u32 off, in bpf_prog_offload_replace_insn() 356 bpf_prog_offload_remove_insns(struct bpf_verifier_env *env, u32 off, u32 cnt) in bpf_prog_offload_remove_insns()
|
/linux-6.3-rc2/drivers/iio/adc/ |
A D | envelope-detector.c | 79 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-6.3-rc2/tools/bpf/runqslower/ |
A D | runqslower.c | 13 struct env { struct 17 } env = { argument
|
/linux-6.3-rc2/lib/ |
A D | kobject_uevent.c | 117 struct kobj_uevent_env *env = NULL; in kobject_action_args() local 197 struct kobj_uevent_env *env; in kobject_synth_uevent() local 252 static int init_uevent_argv(struct kobj_uevent_env *env, const char *subsystem) in init_uevent_argv() 279 static struct sk_buff *alloc_uevent_skb(struct kobj_uevent_env *env, in alloc_uevent_skb() 309 static int uevent_net_broadcast_untagged(struct kobj_uevent_env *env, in uevent_net_broadcast_untagged() 343 struct kobj_uevent_env *env, in uevent_net_broadcast_tagged() 382 struct kobj_uevent_env *env, in kobject_uevent_net_broadcast() 419 static void zap_modalias_env(struct kobj_uevent_env *env) in zap_modalias_env() 460 struct kobj_uevent_env *env; in kobject_uevent_env() local 654 int add_uevent_var(struct kobj_uevent_env *env, const char *format, ...) in add_uevent_var()
|
/linux-6.3-rc2/tools/perf/arch/ |
A D | common.c | 97 char *env = getenv("PATH"); in lookup_path() local 132 static int perf_env__lookup_binutils_path(struct perf_env *env, in perf_env__lookup_binutils_path() 205 int perf_env__lookup_objdump(struct perf_env *env, const char **path) in perf_env__lookup_objdump() 222 bool perf_env__single_address_space(struct perf_env *env) in perf_env__single_address_space()
|
/linux-6.3-rc2/arch/x86/kernel/fpu/ |
A D | regset.c | 249 static void __convert_from_fxsr(struct user_i387_ia32_struct *env, in __convert_from_fxsr() 287 convert_from_fxsr(struct user_i387_ia32_struct *env, struct task_struct *tsk) in convert_from_fxsr() 293 const struct user_i387_ia32_struct *env) in convert_to_fxsr() 323 struct user_i387_ia32_struct env; in fpregs_get() local 355 struct user_i387_ia32_struct env; in fpregs_set() local
|
A D | signal.c | 73 struct user_i387_ia32_struct env; in save_fsave_header() local 339 struct user_i387_ia32_struct env; in __fpu_restore_sig() local
|
/linux-6.3-rc2/drivers/hwmon/ |
A D | ultra45_env.c | 61 struct env { struct 68 static u8 env_read(struct env *p, u8 ireg) in env_read() argument
|
/linux-6.3-rc2/tools/perf/arch/x86/util/ |
A D | evsel.c | 21 struct perf_env env = { .total_mem = 0, } ; in arch_evsel__fixup_new_cycles() local 107 struct perf_env *env = evsel__env(evsel); in arch__post_evsel_config() local
|
/linux-6.3-rc2/include/linux/ |
A D | of_device.h | 68 struct kobj_uevent_env *env) { } in of_device_uevent() 87 struct kobj_uevent_env *env) in of_device_uevent_modalias()
|
/linux-6.3-rc2/scripts/kconfig/ |
A D | preprocess.c | 38 struct env { struct 46 struct env *e; in env_add() argument
|
/linux-6.3-rc2/drivers/of/ |
A D | device.c | 338 void of_device_uevent(const struct device *dev, struct kobj_uevent_env *env) in of_device_uevent() 375 int of_device_uevent_modalias(const struct device *dev, struct kobj_uevent_env *env) in of_device_uevent_modalias()
|
/linux-6.3-rc2/drivers/net/netdevsim/ |
A D | bpf.c | 26 #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-6.3-rc2/drivers/net/wireless/realtek/rtw89/ |
A D | phy.c | 3013 struct rtw89_env_monitor_info *env = &rtwdev->env_monitor; in rtw89_phy_ccx_us_to_idx() local 3020 struct rtw89_env_monitor_info *env = &rtwdev->env_monitor; in rtw89_phy_ccx_idx_to_us() local 3027 struct rtw89_env_monitor_info *env = &rtwdev->env_monitor; in rtw89_phy_ccx_top_setting_init() local 3048 struct rtw89_env_monitor_info *env = &rtwdev->env_monitor; in rtw89_phy_ccx_get_report() local 3090 struct rtw89_env_monitor_info *env = &rtwdev->env_monitor; in rtw89_phy_ccx_racing_release() local 3103 struct rtw89_env_monitor_info *env = &rtwdev->env_monitor; in rtw89_phy_ifs_clm_th_update_check() local 3156 struct rtw89_env_monitor_info *env = &rtwdev->env_monitor; in rtw89_phy_ifs_clm_set_th_reg() local 3185 struct rtw89_env_monitor_info *env = &rtwdev->env_monitor; in rtw89_phy_ifs_clm_setting_init() local 3206 struct rtw89_env_monitor_info *env = &rtwdev->env_monitor; in rtw89_phy_ccx_racing_ctrl() local 3237 struct rtw89_env_monitor_info *env = &rtwdev->env_monitor; in rtw89_phy_ccx_trigger() local [all …]
|
/linux-6.3-rc2/drivers/base/firmware_loader/ |
A D | sysfs.c | 67 static int do_firmware_uevent(const struct fw_sysfs *fw_sysfs, struct kobj_uevent_env *env) in do_firmware_uevent() 79 static int firmware_uevent(const struct device *dev, struct kobj_uevent_env *env) in firmware_uevent()
|