Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/acpi/
H A Dthermal.c132 struct work_struct thermal_check_work; member
432 if (!work_pending(&tz->thermal_check_work)) in acpi_queue_thermal_check()
433 queue_work(acpi_thermal_pm_queue, &tz->thermal_check_work); in acpi_queue_thermal_check()
901 thermal_check_work); in acpi_thermal_check_fn()
953 INIT_WORK(&tz->thermal_check_work, acpi_thermal_check_fn); in acpi_thermal_add()
/kernel/linux/linux-5.10/drivers/acpi/
H A Dthermal.c176 struct work_struct thermal_check_work; member
899 if (!work_pending(&tz->thermal_check_work)) in acpi_queue_thermal_check()
900 queue_work(acpi_thermal_pm_queue, &tz->thermal_check_work); in acpi_queue_thermal_check()
1022 thermal_check_work); in acpi_thermal_check_fn()
1075 INIT_WORK(&tz->thermal_check_work, acpi_thermal_check_fn); in acpi_thermal_add()

Completed in 6 milliseconds