Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/acpi/acpica/
Dexsystem.c160 acpi_status acpi_ex_system_do_stall(u32 how_long) in acpi_ex_system_do_stall() argument
166 if (how_long > 255) { /* 255 microseconds */ in acpi_ex_system_do_stall()
174 how_long)); in acpi_ex_system_do_stall()
177 acpi_os_stall(how_long); in acpi_ex_system_do_stall()
196 acpi_status acpi_ex_system_do_sleep(u64 how_long) in acpi_ex_system_do_sleep() argument
208 if (how_long > ACPI_MAX_SLEEP) { in acpi_ex_system_do_sleep()
209 how_long = ACPI_MAX_SLEEP; in acpi_ex_system_do_sleep()
212 acpi_os_sleep(how_long); in acpi_ex_system_do_sleep()