Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dsyscall_subr.c575 uint64_t total_computation = abstime - in thread_poll_yield() local
578 if (total_computation >= max_poll_computation) { in thread_poll_yield()
586 (total_computation >> sched_poll_yield_shift); in thread_poll_yield()