Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/kern/
H A Dsched_amp_common.c320 uint64_t ast_processor_map = 0; in sched_amp_balance() local
330 bit_set(ast_processor_map, eprocessor->cpu_id); in sched_amp_balance()
338 …for (int cpuid = lsb_first(ast_processor_map); cpuid >= 0; cpuid = lsb_next(ast_processor_map, cpu… in sched_amp_balance()
357 uint64_t ast_processor_map = 0; in sched_amp_bounce_thread_group_from_ecores() local
369 bit_set(ast_processor_map, eprocessor->cpu_id); in sched_amp_bounce_thread_group_from_ecores()
377 …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()
381 …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.c4134 uint64_t ast_processor_map = 0; in sched_edge_balance() local
4154 bit_set(ast_processor_map, cpuid); in sched_edge_balance()
4160 …for (int cpuid = lsb_first(ast_processor_map); cpuid >= 0; cpuid = lsb_next(ast_processor_map, cpu… in sched_edge_balance()
4713 uint64_t ast_processor_map = 0; in sched_edge_migrate_thread_group_running_threads() local
4733 bit_set(ast_processor_map, cpuid); in sched_edge_migrate_thread_group_running_threads()
4742 if (bit_first(ast_processor_map) != -1) { in sched_edge_migrate_thread_group_running_threads()
4743 …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()
4747 …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()