Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dmachine.c176 __assert_only bool is_first_online_processor; in processor_up() local
178 is_first_online_processor = sched_mark_processor_online(processor, in processor_up()
182 assert(processor->processor_instartup == true || is_first_online_processor); in processor_up()
H A Dsched_prim.c8791 bool is_first_online_processor = sched_all_cpus_offline(); in sched_mark_processor_online() local
8792 if (is_first_online_processor) { in sched_mark_processor_online()
8819 return is_first_online_processor; in sched_mark_processor_online()