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