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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dpriority.c188 * is usage = (usage >> shift1) +/- (usage >> abs(shift2)) where the
192 int shift1; member in struct:shift_data
327 (thread->cpu_usage >> shiftp->shift1) +
330 (thread->sched_usage >> shiftp->shift1) +
335 (thread->cpu_usage >> shiftp->shift1) -
338 (thread->sched_usage >> shiftp->shift1) -

Completed in 53 milliseconds