Home
last modified time | relevance | path

Searched refs:pkg_id (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/hwmon/
Dcoretemp.c106 u16 pkg_id; member
125 return sprintf(buf, "Package id %u\n", pdata->pkg_id); in show_label()
552 pdata->pkg_id = pdev->id; in coretemp_probe()
/Linux-v4.19/tools/power/x86/turbostat/
Dturbostat.c4916 int pkg_id = cpus[cpu_id].physical_package_id; in init_counter() local
4931 t = GET_THREAD(thread_base, thread_id, core_id, node_id, pkg_id); in init_counter()
4932 c = GET_CORE(core_base, core_id, node_id, pkg_id); in init_counter()
4933 p = GET_PKG(pkg_base, pkg_id); in init_counter()
4943 p->package_id = pkg_id; in init_counter()