Searched refs:how_long (Results 1 – 1 of 1) sorted by relevance
159 acpi_status acpi_ex_system_do_stall(u32 how_long) in acpi_ex_system_do_stall() argument165 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() argument207 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()