Searched refs:nCPUsSharing (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/
H A Dcpu_threads.c114 uint32_t nCPUsSharing = 1; local
136 nCPUsSharing = cpuinfo->cache_sharing[i];
146 * nCPUsSharing represents the *maximum* number of cores or
149 topoParms.maxSharingLLC = nCPUsSharing;
151 topoParms.nCoresSharingLLC = nCPUsSharing / (cpuinfo->thread_count /
153 topoParms.nLCPUsSharingLLC = nCPUsSharing;
156 * nCPUsSharing may not be the number of *active* cores or
159 if (nCPUsSharing > cpuinfo->core_count)
161 if (nCPUsSharing > cpuinfo->thread_count)

Completed in 139 milliseconds