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

/freebsd-10.2-release/sys/dev/acpica/
H A Dacpi_thermal.c180 static struct proc *acpi_tz_proc; variable in typeref:struct:proc
319 if (acpi_tz_proc == NULL) {
320 error = kproc_create(acpi_tz_thread, NULL, &acpi_tz_proc,
867 wakeup(&acpi_tz_proc);
993 msleep(&acpi_tz_proc, &thermal_mutex, PZERO | PDROP, "tzpoll",

Completed in 90 milliseconds