Home
last modified time | relevance | path

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

/xnu-11215.81.4/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.c4465 uint64_t ast_processor_map = 0; in sched_edge_balance() local
4485 bit_set(ast_processor_map, cpuid); in sched_edge_balance()
4491 …for (int cpuid = lsb_first(ast_processor_map); cpuid >= 0; cpuid = lsb_next(ast_processor_map, cpu… in sched_edge_balance()
4498 return ast_processor_map != 0; in sched_edge_balance()
5067 uint64_t ast_processor_map = 0; in sched_edge_migrate_thread_group_running_threads() local
5087 bit_set(ast_processor_map, cpuid); in sched_edge_migrate_thread_group_running_threads()
5097 if (bit_first(ast_processor_map) != -1) { in sched_edge_migrate_thread_group_running_threads()
5098 …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()
5102 …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()