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

/darwin-on-arm/xnu/osfmk/i386/
H A Dcpu_topology.h50 uint8_t nlcpus; /* # of logical cpus sharing this cache */ member in struct:x86_cpu_cache
H A Dcpu_topology.c285 return cachep ? cachep->nlcpus : 0;
H A Dcpu_threads.c287 cur->nlcpus = 0;
593 cache->nlcpus += 1;
594 for (i = 0; i < cache->nlcpus; i += 1) {

Completed in 16 milliseconds