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

/freebsd-13-stable/sys/dev/acpica/
H A Dacpi_thermal.c181 static struct proc *acpi_tz_proc; variable in typeref:struct:proc
343 error = kproc_create(acpi_tz_thread, NULL, &acpi_tz_proc, RFHIGHPID, 0,
874 wakeup(&acpi_tz_proc);
999 msleep(&acpi_tz_proc, &thermal_mutex, PZERO | PDROP, "tzpoll",

Completed in 109 milliseconds