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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dpriority.c311 register struct shift_data *shiftp; local
324 shiftp = &sched_decay_shifts[ticks];
325 if (shiftp->shift2 > 0) {
327 (thread->cpu_usage >> shiftp->shift1) +
328 (thread->cpu_usage >> shiftp->shift2);
330 (thread->sched_usage >> shiftp->shift1) +
331 (thread->sched_usage >> shiftp->shift2);
335 (thread->cpu_usage >> shiftp->shift1) -
336 (thread->cpu_usage >> -(shiftp->shift2));
338 (thread->sched_usage >> shiftp
[all...]

Completed in 20 milliseconds