Searched refs:pkg_data (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/hwmon/ |
| H A D | coretemp.c | 97 struct temp_data *pkg_data; member 506 pdata->pkg_data = tdata; in init_temp_data() 530 pdata->pkg_data = NULL; in destroy_temp_data() 547 return pdata->pkg_data; in get_temp_data()
|
| /linux/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 2152 struct pkg_data { struct 2374 struct pkg_data *packages; 2444 #define PER_THREAD_PARAMS struct thread_data *t, struct core_data *c, struct pkg_data *p 2446 int for_all_cpus(int (func) (struct thread_data *, struct core_data *, struct pkg_data *), in for_all_cpus() argument 2447 struct thread_data *thread_base, struct core_data *core_base, struct pkg_data *pkg_base) in for_all_cpus() 2456 struct pkg_data *p; in for_all_cpus() 2491 int is_cpu_first_core_in_package(struct thread_data *t, struct pkg_data *p) in is_cpu_first_core_in_package() 2496 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() 3778 int delta_package(struct pkg_data *new, struct pkg_data *old) in delta_package() 4027 …d_data *t, struct core_data *c, struct pkg_data *p, struct thread_data *t2, struct core_data *c2, … in delta_cpu() [all …]
|