Searched refs:MINPRI (Results 1 – 8 of 8) sorted by relevance
82 #define MINPRI 0 /* lowest legal priority schedulable */ macro83 #define IDLEPRI MINPRI /* idle thread priority */166 #define MAXPRI_THROTTLE (MINPRI + 4) /* 4 */167 #define MINPRI_USER MINPRI /* 0 */169 #define DEPRESSPRI (MINPRI) /* depress priority */234 #define invalid_pri(pri) ((pri) < MINPRI || (pri) > MAXPRI)
703 } else if (priority < MINPRI) { in thread_set_mode_and_absolute_pri_internal()704 priority = MINPRI; in thread_set_mode_and_absolute_pri_internal()1139 adj_priority = MAX(adj_priority, MINPRI); in thread_recompute_priority()
288 assert(priority >= MINPRI); in sched_set_thread_base_priority()
1252 } else if (priority < MINPRI) { in task_policy_update_internal_locked()1253 priority = MINPRI; in task_policy_update_internal_locked()
317 processor->starting_pri = MINPRI; in processor_init()
3279 assert(bound_pri < MINPRI && clutch_pri < MINPRI); in sched_clutch_processor_highest_thread()
3009 …if ((new_thread = SCHED(choose_thread)(processor, MINPRI, current_thread_can_keep_running ? thread… in thread_select()
203 return sched_clutch_choose_thread(&cpu0, MINPRI, NULL, 0); in impl_dequeue_thread()210 return sched_clutch_choose_thread(&cpu0, MINPRI, curr_thread, 0); in impl_dequeue_thread_compare_current()