Searched refs:HIGHEST_PRIORITY (Results 1 – 7 of 7) sorted by relevance
22 (info.scheduler.priority > HIGHEST_PRIORITY)) in validate_profile()
65 DEBUG_ASSERT(ep >= LOWEST_PRIORITY && ep <= HIGHEST_PRIORITY); in compute_effec_priority()81 likely((t->base_priority + t->priority_boost) < HIGHEST_PRIORITY)) { in boost_thread()252 return HIGHEST_PRIORITY - __builtin_clz(c->run_queue_bitmap) - in highest_run_queue()667 if (pri > HIGHEST_PRIORITY) { in sched_inherit_priority()668 pri = HIGHEST_PRIORITY; in sched_inherit_priority()705 if (pri > HIGHEST_PRIORITY) { in sched_change_priority()706 pri = HIGHEST_PRIORITY; in sched_change_priority()
315 HIGHEST_PRIORITY, in mp_unplug_cpu_mask_single_locked()
981 sched_init_thread(t, HIGHEST_PRIORITY); in thread_construct_first()1043 if (priority > HIGHEST_PRIORITY) { in thread_set_priority()1044 priority = HIGHEST_PRIORITY; in thread_set_priority()
175 HIGHEST_PRIORITY); in acpi_transition_s_state()
291 if ((prio < LOWEST_PRIORITY) || (prio > HIGHEST_PRIORITY)) in sys_thread_set_priority()
219 #define HIGHEST_PRIORITY (NUM_PRIORITIES - 1) macro
Completed in 17 milliseconds