Home
last modified time | relevance | path

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

/linux-6.15/drivers/thermal/intel/
H A Dx86_pkg_temp_thermal.c220 if (!zonedev) { in pkg_temp_thermal_threshold_work_fn()
263 if (zonedev && !zonedev->work_scheduled) { in pkg_thermal_notify()
265 pkg_thermal_schedule_work(zonedev->cpu, &zonedev->work); in pkg_thermal_notify()
334 zonedev = kzalloc(sizeof(*zonedev), GFP_KERNEL); in pkg_temp_thermal_device_add()
335 if (!zonedev) in pkg_temp_thermal_device_add()
343 zonedev->cpu = cpu; in pkg_temp_thermal_device_add()
369 kfree(zonedev); in pkg_temp_thermal_device_add()
379 if (!zonedev) in pkg_thermal_cpu_offline()
426 zonedev->msr_pkg_therm_low, zonedev->msr_pkg_therm_high); in pkg_thermal_cpu_offline()
455 kfree(zonedev); in pkg_thermal_cpu_offline()
[all …]