Searched refs:acpi_wake_postrebase_abstime (Results 1 – 1 of 1) sorted by relevance
118 static uint64_t acpi_wake_abstime, acpi_wake_postrebase_abstime; variable267 acpi_wake_postrebase_abstime = start = mach_absolute_time(); in acpi_sleep_kernel()501 acpi_wake_postrebase_abstime = mach_absolute_time(); in acpi_idle_kernel()556 assert(ctime > acpi_wake_postrebase_abstime); in ml_recent_wake()557 return (ctime - acpi_wake_postrebase_abstime) < 5 * NSEC_PER_SEC; in ml_recent_wake()