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

/darwin-on-arm/xnu/osfmk/kern/
H A Dpriority.c234 if (thread->pri_shift < INT8_MAX)
280 - ((thread)->sched_usage >> (thread)->pri_shift); \
297 - ((thread)->sched_usage >> (thread)->pri_shift); \
412 thread->pri_shift = sched_pri_shift;
426 if (thread->pri_shift < INT8_MAX)
H A Dthread.h272 natural_t pri_shift; /* usage -> priority from pset */ member in struct:thread
H A Dthread.c217 thread_template.pri_shift = INT8_MAX;
807 new_thread->pri_shift = sched_pri_shift;

Completed in 26 milliseconds