Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dsched_amp_common.c330 uint64_t ast_processor_map = 0; in sched_amp_balance() local
340 bit_set(ast_processor_map, eprocessor->cpu_id); in sched_amp_balance()
348 …for (int cpuid = lsb_first(ast_processor_map); cpuid >= 0; cpuid = lsb_next(ast_processor_map, cpu… in sched_amp_balance()
354 return ast_processor_map != 0; in sched_amp_balance()
370 uint64_t ast_processor_map = 0; in sched_amp_bounce_thread_group_from_ecores() local
382 bit_set(ast_processor_map, eprocessor->cpu_id); in sched_amp_bounce_thread_group_from_ecores()
390 …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()
394 …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.c5128 uint64_t ast_processor_map = 0; in sched_edge_balance() local
5148 bit_set(ast_processor_map, cpuid); in sched_edge_balance()
5154 …for (int cpuid = lsb_first(ast_processor_map); cpuid >= 0; cpuid = lsb_next(ast_processor_map, cpu… in sched_edge_balance()
5161 return ast_processor_map != 0; in sched_edge_balance()
5663 uint64_t ast_processor_map = 0; in sched_edge_migrate_thread_group_running_threads() local
5683 bit_set(ast_processor_map, cpuid); in sched_edge_migrate_thread_group_running_threads()
5693 if (bit_first(ast_processor_map) != -1) { in sched_edge_migrate_thread_group_running_threads()
5694 …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()
5698 …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()