Searched refs:spin_deadline (Results 1 – 2 of 2) sorted by relevance
57 uint64_t spin_deadline = start_timestamp + nanos_to_abs((SLEEP_SECONDS - 2) * NSEC_PER_SEC); in make_tg_and_spin() local58 while (mach_absolute_time() < spin_deadline) { in make_tg_and_spin()
617 uint64_t spin_deadline = now + (now - previous_spin_timestamp) / 2; in statfs_thread() local619 while (mach_absolute_time() < spin_deadline) { in statfs_thread()