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

/linux-4.1.27/drivers/thermal/
H A Dx86_pkg_temp_thermal.c83 static u8 *pkg_work_scheduled; variable
85 /* Spin lock to prevent races with pkg_work_scheduled */
334 pkg_work_scheduled[phy_id] = 0; pkg_temp_thermal_threshold_work_fn()
368 if (unlikely(phy_id > max_phy_id) || unlikely(!pkg_work_scheduled) || pkg_temp_thermal_platform_thermal_notify()
369 pkg_work_scheduled[phy_id]) { pkg_temp_thermal_platform_thermal_notify()
374 pkg_work_scheduled[phy_id] = 1; pkg_temp_thermal_platform_thermal_notify()
431 temp = krealloc(pkg_work_scheduled, pkg_temp_thermal_device_add()
438 pkg_work_scheduled = temp; pkg_temp_thermal_device_add()
439 pkg_work_scheduled[topology_physical_package_id(cpu)] = 0; pkg_temp_thermal_device_add()
608 kfree(pkg_work_scheduled); pkg_temp_thermal_init()
641 kfree(pkg_work_scheduled); pkg_temp_thermal_exit()

Completed in 86 milliseconds