Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/thermal/
Dx86_pkg_temp_thermal.c83 static u8 *pkg_work_scheduled; variable
334 pkg_work_scheduled[phy_id] = 0; 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()
369 pkg_work_scheduled[phy_id]) { in pkg_temp_thermal_platform_thermal_notify()
374 pkg_work_scheduled[phy_id] = 1; in pkg_temp_thermal_platform_thermal_notify()
431 temp = krealloc(pkg_work_scheduled, in pkg_temp_thermal_device_add()
438 pkg_work_scheduled = temp; in pkg_temp_thermal_device_add()
439 pkg_work_scheduled[topology_physical_package_id(cpu)] = 0; in pkg_temp_thermal_device_add()
608 kfree(pkg_work_scheduled); in pkg_temp_thermal_init()
641 kfree(pkg_work_scheduled); in pkg_temp_thermal_exit()