Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/acpi/
Dthermal.c174 struct mutex thermal_check_lock; member
1013 mutex_lock(&tz->thermal_check_lock); in acpi_thermal_check_fn()
1019 mutex_unlock(&tz->thermal_check_lock); in acpi_thermal_check_fn()
1052 mutex_init(&tz->thermal_check_lock); in acpi_thermal_add()