Home
last modified time | relevance | path

Searched refs:priority_boost (Results 1 – 3 of 3) sorted by relevance

/kernel/kernel/
A Dsched.cpp60 int ep = t->base_priority + t->priority_boost; in compute_effec_priority()
80 if (t->priority_boost < MAX_PRIORITY_ADJ && in boost_thread()
81 likely((t->base_priority + t->priority_boost) < HIGHEST_PRIORITY)) { in boost_thread()
82 t->priority_boost++; in boost_thread()
115 if (t->priority_boost <= boost_floor) { in deboost_thread()
120 t->priority_boost--; in deboost_thread()
276 LOCAL_KTRACE2("sched_get_top", newthread->priority_boost, newthread->base_priority); in sched_get_top_thread()
287 t->priority_boost = 0; in sched_init_thread()
711 t->priority_boost = 0; in sched_change_priority()
887 oldthread->base_priority, oldthread->priority_boost, in sched_resched_internal()
[all …]
A Dthread.cpp1214 t->priority_boost, t->inherited_priority, t->remaining_time_slice); in dump_thread_locked()
1237 t->priority_boost, t->inherited_priority, t->user_pid, in dump_thread_locked()
/kernel/include/kernel/
A Dthread.h114 int priority_boost; member

Completed in 13 milliseconds