Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/i386/
H A Dcpu_threads.c121 uint32_t nCPUsSharing = 1; in x86_LLC_info() local
143 nCPUsSharing = cpuinfo->cache_sharing[i]; in x86_LLC_info()
156 topoParms.maxSharingLLC = nCPUsSharing; in x86_LLC_info()
158 topoParms.nCoresSharingLLC = nCPUsSharing / (cpuinfo->thread_count / in x86_LLC_info()
160 topoParms.nLCPUsSharingLLC = nCPUsSharing; in x86_LLC_info()
166 if (nCPUsSharing > cpuinfo->core_count) { in x86_LLC_info()
169 if (nCPUsSharing > cpuinfo->thread_count) { in x86_LLC_info()