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

/darwin-on-arm/xnu/osfmk/kern/
H A Dpriority.c419 register struct shift_data *shiftp; local
432 shiftp = &sched_decay_shifts[ticks];
433 if (shiftp->shift2 > 0) {
435 (thread->cpu_usage >> shiftp->shift1) +
436 (thread->cpu_usage >> shiftp->shift2);
438 (thread->sched_usage >> shiftp->shift1) +
439 (thread->sched_usage >> shiftp->shift2);
443 (thread->cpu_usage >> shiftp->shift1) -
444 (thread->cpu_usage >> -(shiftp->shift2));
446 (thread->sched_usage >> shiftp
[all...]

Completed in 22 milliseconds