Home
last modified time | relevance | path

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

/linux-5.19.10/tools/power/acpi/os_specific/service_layers/
Dosunixxf.c715 acpi_os_wait_semaphore(acpi_handle handle, u32 units, u16 msec_timeout) in acpi_os_wait_semaphore() argument
728 switch (msec_timeout) { in acpi_os_wait_semaphore()
764 while (msec_timeout) { in acpi_os_wait_semaphore()
771 if (msec_timeout >= 10) { in acpi_os_wait_semaphore()
772 msec_timeout -= 10; in acpi_os_wait_semaphore()
775 msec_timeout--; in acpi_os_wait_semaphore()
790 time.tv_sec += (msec_timeout / ACPI_MSEC_PER_SEC); in acpi_os_wait_semaphore()
792 ((msec_timeout % ACPI_MSEC_PER_SEC) * ACPI_NSEC_PER_MSEC); in acpi_os_wait_semaphore()
/linux-5.19.10/drivers/mmc/host/
Dvub300.c1596 int msec_timeout = 1000 + data_length / 4; in __vub300_command_response() local
1599 msecs_to_jiffies(msec_timeout)); in __vub300_command_response()