Searched refs:shift2 (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
193 int shift2; member in struct:shift_data
325 if (shiftp->shift2 > 0) {
328 (thread->cpu_usage >> shiftp->shift2);
331 (thread->sched_usage >> shiftp->shift2);
336 (thread->cpu_usage >> -(shiftp->shift2));
339 (thread->sched_usage >> -(shiftp->shift2));

Completed in 18 milliseconds