Home
last modified time | relevance | path

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

/dragonfly/sys/dev/acpica/
H A Dacpivar.h166 #define ACPI_LOCK_INIT(sys, name) lockinit(&sys##_lock, name, 0, 0) macro
H A Dacpi_thermal.c216 ACPI_LOCK_INIT(thermal, "acpitz"); in acpi_tz_attach()
H A Dacpi.c510 ACPI_LOCK_INIT(acpi, "acpi"); in acpi_attach()