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

/xnu-2422.115.4/osfmk/i386/
H A Dcpu_affinity.h42 extern x86_affinity_set_t *x86_affinities; /* root of all affinities */
H A Dcpu_topology.c50 x86_affinity_set_t *x86_affinities = NULL; variable
155 aset->next = x86_affinities;
156 x86_affinities = aset;
224 for (aset = x86_affinities; aset != NULL; aset = aset->next) {
242 for (aset = x86_affinities; aset != NULL; aset = aset->next) {

Completed in 20 milliseconds