Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/thermal/
Dx86_pkg_temp_thermal.c321 struct phy_dev_entry *phdev = pkg_temp_thermal_get_phy_entry(cpu); in pkg_temp_thermal_threshold_work_fn() local
325 if (!phdev) in pkg_temp_thermal_threshold_work_fn()
351 thermal_zone_device_update(phdev->tzone); in pkg_temp_thermal_threshold_work_fn()
481 struct phy_dev_entry *phdev = in pkg_temp_thermal_device_remove() local
484 if (!phdev) in pkg_temp_thermal_device_remove()
489 if (phdev->first_cpu == cpu) { in pkg_temp_thermal_device_remove()
490 phdev->first_cpu = find_siblings_cpu(cpu); in pkg_temp_thermal_device_remove()
492 phdev->first_cpu); in pkg_temp_thermal_device_remove()
500 --phdev->ref_cnt; in pkg_temp_thermal_device_remove()
502 phys_proc_id, cpu, phdev->ref_cnt); in pkg_temp_thermal_device_remove()
[all …]