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

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

Completed in 46 milliseconds