Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/i386/
H A Dcpu_topology.c51 x86_affinity_set_t *x86_affinities = NULL; variable
187 aset->next = x86_affinities; in cpu_topology_sort()
188 x86_affinities = aset; in cpu_topology_sort()
276 for (aset = x86_affinities; aset != NULL; aset = aset->next) { in find_cache_affinity()
295 for (aset = x86_affinities; aset != NULL; aset = aset->next) { in ml_affinity_to_pset()
H A Dcpu_affinity.h41 extern x86_affinity_set_t *x86_affinities; /* root of all affinities */