Searched refs:pkg_data (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/hwmon/ |
D | coretemp.c | 97 struct temp_data *pkg_data; member 503 pdata->pkg_data = tdata; in init_temp_data() 527 pdata->pkg_data = NULL; in destroy_temp_data() 544 return pdata->pkg_data; in get_temp_data()
|
/linux-6.12.1/tools/power/x86/turbostat/ |
D | turbostat.c | 1610 struct pkg_data { struct 1840 struct pkg_data packages; 1898 int for_all_cpus(int (func) (struct thread_data *, struct core_data *, struct pkg_data *), in for_all_cpus() argument 1899 struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pkg_base) in for_all_cpus() 1909 struct pkg_data *p; in for_all_cpus() 1928 int is_cpu_first_thread_in_core(struct thread_data *t, struct core_data *c, struct pkg_data *p) in is_cpu_first_thread_in_core() 1935 int is_cpu_first_core_in_package(struct thread_data *t, struct core_data *c, struct pkg_data *p) in is_cpu_first_core_in_package() 1942 int is_cpu_first_thread_in_package(struct thread_data *t, struct core_data *c, struct pkg_data *p) in is_cpu_first_thread_in_package() 2509 int dump_counters(struct thread_data *t, struct core_data *c, struct pkg_data *p) in dump_counters() 2620 int format_counters(struct thread_data *t, struct core_data *c, struct pkg_data *p) in format_counters() [all …]
|
/linux-6.12.1/drivers/net/ethernet/intel/ice/ |
D | ice_nvm.c | 1286 cmd = &desc.params.pkg_data; in ice_nvm_set_pkg_data()
|
D | ice_adminq_cmd.h | 2586 struct ice_aqc_nvm_pkg_data pkg_data; member
|