Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/i386/
H A Dcpu_threads.c61 static x86_cpu_cache_t *x86_caches = NULL; variable
93 if (x86_caches == NULL) { in x86_cache_alloc()
101 cache = x86_caches; in x86_cache_alloc()
102 x86_caches = cache->next; in x86_cache_alloc()
264 cache->next = x86_caches; in x86_cache_free()
265 x86_caches = cache; in x86_cache_free()