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

/darwin-on-arm/xnu/osfmk/kern/
H A Dpriority.c254 * is usage = (usage >> shift1) +/- (usage >> abs(shift2)) where the
259 int shift2; member in struct:shift_data
433 if (shiftp->shift2 > 0) {
436 (thread->cpu_usage >> shiftp->shift2);
439 (thread->sched_usage >> shiftp->shift2);
444 (thread->cpu_usage >> -(shiftp->shift2));
447 (thread->sched_usage >> -(shiftp->shift2));

Completed in 19 milliseconds