Home
last modified time | relevance | path

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

/dragonfly/sys/dev/acpica/
H A Dacpi_thermal.c154 static void acpi_tz_thread(void *arg);
335 error = kthread_create(acpi_tz_thread, NULL, &acpi_tz_td, in acpi_tz_attach()
1011 acpi_tz_thread(void *arg) in acpi_tz_thread() function