Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dsyscall_subr.c565 uint64_t total_computation = abstime - in thread_poll_yield() local
568 if (total_computation >= max_poll_computation) { in thread_poll_yield()
576 (total_computation >> sched_poll_yield_shift); in thread_poll_yield()