Home
last modified time | relevance | path

Searched refs:pcount (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.41.9/osfmk/kern/
H A Dsched_amp_common.c435 uint32_t pcount = pcore_set ? pcore_set->cpu_set_count : 0; in sched_amp_qos_max_parallelism() local
442 uint32_t pcluster_count = pcount ? 1 : 0; in sched_amp_qos_max_parallelism()
449 return (options & QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE) ? pcluster_count : pcount; in sched_amp_qos_max_parallelism()
463 …& QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE) ? (ecluster_count + pcluster_count) : (ecount + pcount); in sched_amp_qos_max_parallelism()
470 …& QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE) ? (ecluster_count + pcluster_count) : (ecount + pcount); in sched_amp_qos_max_parallelism()
473 …& QOS_PARALLELISM_CLUSTER_SHARED_RESOURCE) ? (ecluster_count + pcluster_count) : (ecount + pcount); in sched_amp_qos_max_parallelism()
H A Dhost.c513 unsigned int pcount = processor_count; in host_statistics() local
515 for (unsigned int i = 0; i < pcount; i++) { in host_statistics()
1105 unsigned int pcount; in host_processor_info() local
1119 pcount = processor_count; in host_processor_info()
1120 assert(pcount != 0); in host_processor_info()
1122 needed = pcount * icount * sizeof(natural_t); in host_processor_info()
1131 for (unsigned int i = 0; i < pcount; i++) { in host_processor_info()
1155 *out_pcount = pcount; in host_processor_info()
1157 *out_array_count = pcount * icount; in host_processor_info()
/xnu-8792.41.9/bsd/net/
H A Dif_mib.c134 COPY(pcount); in make_ifmibdata()