Searched refs:is_first_online_processor (Results 1 – 2 of 2) sorted by relevance
176 __assert_only bool is_first_online_processor; in processor_up() local178 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()
8791 bool is_first_online_processor = sched_all_cpus_offline(); in sched_mark_processor_online() local8792 if (is_first_online_processor) { in sched_mark_processor_online()8819 return is_first_online_processor; in sched_mark_processor_online()