Home
last modified time | relevance | path

Searched refs:spilled_thread_priority (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.81.4/osfmk/kern/
H A Dsched_amp_common.h57 void pset_signal_spill(processor_set_t pset, int spilled_thread_priority);
58 bool pset_should_accept_spilled_thread(processor_set_t pset, int spilled_thread_priority);
H A Dsched_amp_common.c141 pset_signal_spill(processor_set_t pset, int spilled_thread_priority) in pset_signal_spill() argument
182 if (processor->current_pri >= spilled_thread_priority) { in pset_signal_spill()
216 pset_should_accept_spilled_thread(processor_set_t pset, int spilled_thread_priority) in pset_should_accept_spilled_thread() argument
236 if (processor->current_pri < spilled_thread_priority) { in pset_should_accept_spilled_thread()