Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kern/
H A Dsched_amp_common.c434 uint32_t ecount = ecore_set ? ecore_set->cpu_set_count : 0; in sched_amp_qos_max_parallelism()
435 uint32_t pcount = pcore_set ? pcore_set->cpu_set_count : 0; in sched_amp_qos_max_parallelism()
H A Dprocessor.h200 int cpu_set_count; member
H A Dprocessor.c290 if (pset->cpu_set_count++ == 0) { in processor_init()
568 pset->cpu_set_count = 0; in pset_init()
H A Dsched_clutch.c4980 pcpu_count += pset->cpu_set_count; in sched_edge_qos_max_parallelism()
4983 ecpu_count += pset->cpu_set_count; in sched_edge_qos_max_parallelism()
/xnu-8020.121.3/tools/lldbmacros/
H A Dscheduler.py757 unsigned(pset.cpu_set_count), pset.cpu_set_low, pset.cpu_set_hi))