Home
last modified time | relevance | path

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

/xnu-11215/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.h203 int cpu_set_count; member
H A Dprocessor.c352 if (pset->cpu_set_count++ == 0) { in processor_init()
649 pset->cpu_set_count = 0; in pset_init()
/xnu-11215/tools/lldbmacros/
H A Dscheduler.py688 unsigned(pset.cpu_set_count), pset.cpu_set_low, pset.cpu_set_hi))