Home
last modified time | relevance | path

Searched refs:cpu_set_count (Results 1 – 4 of 4) sorted by relevance

/xnu-11417.140.69/osfmk/kern/
H A Dsched_amp_common.c447 uint32_t ecount = ecore_set ? ecore_set->cpu_set_count : 0; in sched_amp_qos_max_parallelism()
448 uint32_t pcount = pcore_set ? pcore_set->cpu_set_count : 0; in sched_amp_qos_max_parallelism()
H A Dprocessor.h206 int cpu_set_count; member
H A Dprocessor.c357 if (pset->cpu_set_count++ == 0) { in processor_init()
645 pset->cpu_set_count = 0; in pset_init()
/xnu-11417.140.69/tools/lldbmacros/
H A Dscheduler.py682 unsigned(pset.cpu_set_count), pset.cpu_set_low, pset.cpu_set_hi))