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

/xnu-2782.1.97/osfmk/kern/
H A Dpriority.c269 * is usage = (usage >> shift1) +/- (usage >> abs(shift2)) where the
273 int shift1; member in struct:shift_data
430 (thread->cpu_usage >> shiftp->shift1) +
433 (thread->sched_usage >> shiftp->shift1) +
438 (thread->cpu_usage >> shiftp->shift1) -
441 (thread->sched_usage >> shiftp->shift1) -

Completed in 18 milliseconds