Home
last modified time | relevance | path

Searched defs:core_data (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/tools/power/x86/turbostat/
Dturbostat.c186 struct core_data { struct
187 unsigned long long c3;
188 unsigned long long c6;
189 unsigned long long c7;
190 unsigned long long mc6_us; /* duplicate as per-core for now, even though per module */
191 unsigned int core_temp_c;
192 unsigned int core_energy; /* MSR_CORE_ENERGY_STAT */
193 unsigned int core_id;
194 unsigned long long counter[MAX_ADDED_COUNTERS];
316 int for_all_cpus(int (func)(struct thread_data *, struct core_data *, struct pkg_data *), in for_all_cpus()
[all …]
/Linux-v5.4/drivers/misc/ti-st/
Dst_core.c840 int st_core_init(struct st_data_s **core_data) in st_core_init()
Dst_kim.c660 void st_kim_ref(struct st_data_s **core_data, int id) in st_kim_ref()
/Linux-v5.4/include/linux/
Dti_wilink_st.h256 struct st_data_s *core_data; member
/Linux-v5.4/drivers/hwmon/
Dcoretemp.c95 struct temp_data *core_data[MAX_CORE_DATA]; member