Searched refs:how_long_us (Results 1 – 1 of 1) sorted by relevance
123 acpi_status acpi_ex_system_do_stall(u32 how_long_us) in acpi_ex_system_do_stall() argument129 if (how_long_us > 255) { in acpi_ex_system_do_stall()138 how_long_us)); in acpi_ex_system_do_stall()141 if (how_long_us > 100) { in acpi_ex_system_do_stall()144 how_long_us)); in acpi_ex_system_do_stall()146 acpi_os_stall(how_long_us); in acpi_ex_system_do_stall()
Completed in 7 milliseconds