Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dsched_prim.c2589 if (next_rt_processor == PROCESSOR_NULL) { in choose_next_rt_processor_for_IPI()
2600 } while (next_rt_processor == PROCESSOR_NULL); in choose_next_rt_processor_for_IPI()
2601 if (next_rt_processor) { in choose_next_rt_processor_for_IPI()
2609 *result_processor = next_rt_processor; in choose_next_rt_processor_for_IPI()
2856 next_rt_processor = PROCESSOR_NULL; in thread_select()
2872 if (next_rt_processor) { in thread_select()
2874 next_rt_processor->cpu_id, next_rt_processor->state, nptype, 2); in thread_select()
2948 if (new_thread || next_rt_processor) { in thread_select()
2953 if (ast_processor == next_rt_processor) { in thread_select()
2962 if (next_rt_processor) { in thread_select()
[all …]