Searched refs:shift1 (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
258 int shift1; member in struct:shift_data
435 (thread->cpu_usage >> shiftp->shift1) +
438 (thread->sched_usage >> shiftp->shift1) +
443 (thread->cpu_usage >> shiftp->shift1) -
446 (thread->sched_usage >> shiftp->shift1) -

Completed in 20 milliseconds