Searched refs:BASEPRI_PREEMPT (Results 1 – 5 of 5) sorted by relevance
147 #define BASEPRI_PREEMPT_HIGH (BASEPRI_PREEMPT + 1) /* 93 */148 #define BASEPRI_PREEMPT (MAXPRI_KERNEL - 3) /* 92 */ macro149 #define BASEPRI_VM (BASEPRI_PREEMPT - 1) /* 91 */
504 if (priority >= BASEPRI_PREEMPT) { in sched_proto_priority_is_urgent()
474 if (priority >= BASEPRI_PREEMPT) { in sched_grrr_priority_is_urgent()
122 .tcg_thread_pri = BASEPRI_PREEMPT,
734 for (int i = BASEPRI_PREEMPT; i <= MAXPRI; ++i) { in preempt_pri_init()