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

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dcpu_affinity.h40 } x86_affinity_set_t; typedef in typeref:struct:x86_affinity_set
42 extern x86_affinity_set_t *x86_affinities; /* root of all affinities */
H A Dcpu_topology.c57 static x86_affinity_set_t *find_cache_affinity(x86_cpu_cache_t *L2_cachep);
59 x86_affinity_set_t *x86_affinities = NULL;
163 x86_affinity_set_t *aset;
169 aset = (x86_affinity_set_t *) kalloc(sizeof(*aset));
218 static x86_affinity_set_t *
221 x86_affinity_set_t *aset;
239 x86_affinity_set_t *aset;

Completed in 41 milliseconds