Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/thermal/
Dx86_pkg_temp_thermal.c87 static u16 max_phy_id; variable
330 if (unlikely(phy_id > max_phy_id)) { in pkg_temp_thermal_threshold_work_fn()
368 if (unlikely(phy_id > max_phy_id) || unlikely(!pkg_work_scheduled) || in pkg_temp_thermal_platform_thermal_notify()
429 if (topology_physical_package_id(cpu) > max_phy_id) in pkg_temp_thermal_device_add()
430 max_phy_id = topology_physical_package_id(cpu); in pkg_temp_thermal_device_add()
432 (max_phy_id+1) * sizeof(u8), GFP_ATOMIC); in pkg_temp_thermal_device_add()