Home
last modified time | relevance | path

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

/drivers/thermal/intel/
A Dx86_pkg_temp_thermal.c221 if (!zonedev) { in pkg_temp_thermal_threshold_work_fn()
264 if (zonedev && !zonedev->work_scheduled) { in pkg_thermal_notify()
266 pkg_thermal_schedule_work(zonedev->cpu, &zonedev->work); in pkg_thermal_notify()
335 zonedev = kzalloc(sizeof(*zonedev), GFP_KERNEL); in pkg_temp_thermal_device_add()
336 if (!zonedev) in pkg_temp_thermal_device_add()
344 zonedev->cpu = cpu; in pkg_temp_thermal_device_add()
370 kfree(zonedev); in pkg_temp_thermal_device_add()
380 if (!zonedev) in pkg_thermal_cpu_offline()
427 zonedev->msr_pkg_therm_low, zonedev->msr_pkg_therm_high); in pkg_thermal_cpu_offline()
456 kfree(zonedev); in pkg_thermal_cpu_offline()
[all …]

Completed in 5 milliseconds