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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dsyscall_subr.c416 uint64_t total_computation, abstime; local
419 total_computation = abstime - self->computation_epoch;
420 total_computation += self->computation_metered;
421 if (total_computation >= max_poll_computation) {
434 abstime += (total_computation >> sched_poll_yield_shift);

Completed in 54 milliseconds