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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dpriority.c137 if (thread->pri_shift < INT8_MAX)
212 - ((thread)->sched_usage >> (thread)->pri_shift); \
304 thread->pri_shift = sched_pri_shift;
318 if (thread->pri_shift < INT8_MAX)
H A Dthread.h240 natural_t pri_shift; /* usage -> priority from pset */ member in struct:thread
H A Dthread.c197 thread_template.pri_shift = INT8_MAX;
680 new_thread->pri_shift = sched_pri_shift;

Completed in 34 milliseconds