Home
last modified time | relevance | path

Searched refs:BASEPRI_UTILITY (Results 1 – 7 of 7) sorted by relevance

/xnu-8020.140.41/osfmk/kern/
H A Dsched.h165 #define BASEPRI_UTILITY (BASEPRI_DEFAULT - 11) /* 20 */ macro
H A Dpriority.c854 } else if (thread->base_pri > BASEPRI_UTILITY) { in sched_update_thread_bucket()
894 } else if (thread->base_pri > BASEPRI_UTILITY) { in sched_smt_update_thread_bucket()
H A Dprocessor.c1726 } else if (thread->base_pri <= BASEPRI_UTILITY) { in recommended_pset_type()
H A Dthread_call.c140 .tcg_thread_pri = BASEPRI_UTILITY,
H A Dthread_policy.c86 .qos_pri[THREAD_QOS_UTILITY] = BASEPRI_UTILITY,
H A Dsched_clutch.c3220 } else if (priority > BASEPRI_UTILITY) { in sched_convert_pri_to_bucket()
H A Dsched_prim.c6164 } else if (thread->base_pri <= BASEPRI_UTILITY) { in thread_get_perfcontrol_class()