Searched refs:current_urgency (Results 1 – 3 of 3) sorted by relevance
423 thread_urgency_t current_urgency; /* cached urgency of current thread */ member
512 processor->current_urgency = THREAD_URGENCY_NONE; in processor_state_update_idle()544 processor->current_urgency = thread_get_urgency(thread, NULL, NULL); in processor_state_update_from_thread()
6661 thread_urgency_t old_urgency = processor->current_urgency; in ast_check()6670 if (old_urgency != processor->current_urgency) { in ast_check()6808 thread_urgency_t old_urgency = processor->current_urgency; in set_sched_pri()6834 if (processor->current_urgency != old_urgency) { in set_sched_pri()6846 machine_thread_going_on_core(thread, processor->current_urgency, 0, 0, ctime); in set_sched_pri()