Lines Matching refs:ast_processor
1975 processor_t ast_processor = NULL; in sched_SMT_balance() local
2009 ast_processor = sprocessor; in sched_SMT_balance()
2018 if (ast_processor) { in sched_SMT_balance()
2019 …_CODE(DBG_MACH_SCHED, MACH_SCHED_SMT_BALANCE), ast_processor->cpu_id, ast_processor->state, ast_pr… in sched_SMT_balance()
2020 sched_ipi_perform(ast_processor, ipi_type); in sched_SMT_balance()
2363 processor_t ast_processor = PROCESSOR_NULL; in thread_select() local
2587 ast_processor = sprocessor; in thread_select()
2608 assert(new_thread || !ast_processor); in thread_select()
2614 if (ast_processor == next_rt_processor) { in thread_select()
2615 ast_processor = PROCESSOR_NULL; in thread_select()
2619 if (ast_processor) { in thread_select()
2620 sched_ipi_perform(ast_processor, ipi_type); in thread_select()
2675 ast_processor = PROCESSOR_NULL; in thread_select()
2683 ast_processor = sprocessor; in thread_select()
2687 ast_processor = sprocessor; in thread_select()
2692 if (ast_processor) { in thread_select()
2693 sched_ipi_perform(ast_processor, ipi_type); in thread_select()