Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/components/executer/
H A Dexsystem.c340 if (HowLong > ACPI_MAX_SLEEP) in AcpiExSystemDoSleep()
342 HowLong = ACPI_MAX_SLEEP; in AcpiExSystemDoSleep()
/dragonfly/sys/contrib/dev/acpica/source/include/
H A Dacconfig.h252 #define ACPI_MAX_SLEEP 2000 /* 2000 millisec == two seconds */ macro