Home
last modified time | relevance | path

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

/xnu-10002.41.9/osfmk/kern/
H A Dsched_amp_common.c326 uint64_t ast_processor_map = 0; in sched_amp_balance() local
336 bit_set(ast_processor_map, eprocessor->cpu_id); in sched_amp_balance()
344 …for (int cpuid = lsb_first(ast_processor_map); cpuid >= 0; cpuid = lsb_next(ast_processor_map, cpu… in sched_amp_balance()
350 return ast_processor_map != 0; in sched_amp_balance()
366 uint64_t ast_processor_map = 0; in sched_amp_bounce_thread_group_from_ecores() local
378 bit_set(ast_processor_map, eprocessor->cpu_id); in sched_amp_bounce_thread_group_from_ecores()
386 …CODE(DBG_MACH_SCHED, MACH_AMP_RECOMMENDATION_CHANGE) | DBG_FUNC_NONE, tg, ast_processor_map, 0, 0); in sched_amp_bounce_thread_group_from_ecores()
390 …for (int cpuid = lsb_first(ast_processor_map); cpuid >= 0; cpuid = lsb_next(ast_processor_map, cpu… in sched_amp_bounce_thread_group_from_ecores()
H A Dsched_clutch.c4104 uint64_t ast_processor_map = 0; in sched_edge_balance() local
4124 bit_set(ast_processor_map, cpuid); in sched_edge_balance()
4130 …for (int cpuid = lsb_first(ast_processor_map); cpuid >= 0; cpuid = lsb_next(ast_processor_map, cpu… in sched_edge_balance()
4137 return ast_processor_map != 0; in sched_edge_balance()
4706 uint64_t ast_processor_map = 0; in sched_edge_migrate_thread_group_running_threads() local
4726 bit_set(ast_processor_map, cpuid); in sched_edge_migrate_thread_group_running_threads()
4736 if (bit_first(ast_processor_map) != -1) { in sched_edge_migrate_thread_group_running_threads()
4737 …for (int cpuid = lsb_first(ast_processor_map); cpuid >= 0; cpuid = lsb_next(ast_processor_map, cpu… in sched_edge_migrate_thread_group_running_threads()
4741 …DATION_CHANGE) | DBG_FUNC_NONE, thread_group_get_id(sched_clutch->sc_tg), ast_processor_map, 0, 0); in sched_edge_migrate_thread_group_running_threads()