Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/acpi/acpica/
Dexsystem.c159 acpi_status acpi_ex_system_do_stall(u32 how_long) in acpi_ex_system_do_stall() argument
165 if (how_long > 255) { /* 255 microseconds */ in acpi_ex_system_do_stall()
173 how_long)); in acpi_ex_system_do_stall()
176 acpi_os_stall(how_long); in acpi_ex_system_do_stall()
195 acpi_status acpi_ex_system_do_sleep(u64 how_long) in acpi_ex_system_do_sleep() argument
207 if (how_long > ACPI_MAX_SLEEP) { in acpi_ex_system_do_sleep()
208 how_long = ACPI_MAX_SLEEP; in acpi_ex_system_do_sleep()
211 acpi_os_sleep(how_long); in acpi_ex_system_do_sleep()