Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/intel/
H A Dx86_pkg_temp_thermal.c219 if (!zonedev) { in pkg_temp_thermal_threshold_work_fn()
262 if (zonedev && !zonedev->work_scheduled) { in pkg_thermal_notify()
264 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()
346 zonedev->cpu = cpu; in pkg_temp_thermal_device_add()
375 kfree(zonedev); in pkg_temp_thermal_device_add()
385 if (!zonedev) in pkg_thermal_cpu_offline()
432 zonedev->msr_pkg_therm_low, zonedev->msr_pkg_therm_high); in pkg_thermal_cpu_offline()
462 kfree(zonedev); in pkg_thermal_cpu_offline()
[all …]