Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/i386/
H A Dcpu_threads.c58 static x86_cpu_cache_t *x86_caches = NULL; variable
90 if (x86_caches == NULL) { in x86_cache_alloc()
98 cache = x86_caches; in x86_cache_alloc()
99 x86_caches = cache->next; in x86_cache_alloc()
261 cache->next = x86_caches; in x86_cache_free()
262 x86_caches = cache; in x86_cache_free()