Home
last modified time | relevance | path

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

/kernel/object/
A Dprofile_dispatcher.cpp22 (info.scheduler.priority > HIGHEST_PRIORITY)) in validate_profile()
/kernel/kernel/
A Dsched.cpp65 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()
A Dmp.cpp315 HIGHEST_PRIORITY, in mp_unplug_cpu_mask_single_locked()
A Dthread.cpp981 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()
/kernel/syscalls/
A Dsystem_x86.cpp175 HIGHEST_PRIORITY); in acpi_transition_s_state()
A Dtask.cpp291 if ((prio < LOWEST_PRIORITY) || (prio > HIGHEST_PRIORITY)) in sys_thread_set_priority()
/kernel/include/kernel/
A Dthread.h219 #define HIGHEST_PRIORITY (NUM_PRIORITIES - 1) macro

Completed in 29 milliseconds