Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kern/
H A Dprocessor.c430 processor->current_urgency = THREAD_URGENCY_NONE; in processor_state_update_idle()
460 processor->current_urgency = thread_get_urgency(thread, NULL, NULL); in processor_state_update_from_thread()
478 processor->current_urgency = urgency; in processor_state_update_explicit()
H A Dprocessor.h348 thread_urgency_t current_urgency; /* cached urgency of current thread */ member
H A Dsched_prim.c5773 thread_urgency_t old_urgency = processor->current_urgency; in ast_check()
5782 if (old_urgency != processor->current_urgency) { in ast_check()
5907 thread_urgency_t old_urgency = processor->current_urgency; in set_sched_pri()
5933 if (processor->current_urgency != old_urgency) { in set_sched_pri()
5945 machine_thread_going_on_core(thread, processor->current_urgency, 0, 0, ctime); in set_sched_pri()