Home
last modified time | relevance | path

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

/linux/drivers/acpi/acpica/
A Dexsystem.c123 acpi_status acpi_ex_system_do_stall(u32 how_long) in acpi_ex_system_do_stall() argument
129 if (how_long > 255) { /* 255 microseconds */ in acpi_ex_system_do_stall()
137 "Time parameter is too large (%u)", how_long)); in acpi_ex_system_do_stall()
140 acpi_os_stall(how_long); in acpi_ex_system_do_stall()
159 acpi_status acpi_ex_system_do_sleep(u64 how_long) in acpi_ex_system_do_sleep() argument
171 if (how_long > ACPI_MAX_SLEEP) { in acpi_ex_system_do_sleep()
172 how_long = ACPI_MAX_SLEEP; in acpi_ex_system_do_sleep()
175 acpi_os_sleep(how_long); in acpi_ex_system_do_sleep()

Completed in 3 milliseconds