Home
last modified time | relevance | path

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

/xnu-12377.41.6/tests/sched/
H A Doverloaded_runqueue.c57 uint64_t spin_deadline = start_timestamp + nanos_to_abs((SLEEP_SECONDS - 2) * NSEC_PER_SEC); in make_tg_and_spin() local
58 while (mach_absolute_time() < spin_deadline) { in make_tg_and_spin()
H A Dsetitimer.c617 uint64_t spin_deadline = now + (now - previous_spin_timestamp) / 2; in statfs_thread() local
619 while (mach_absolute_time() < spin_deadline) { in statfs_thread()