Home
last modified time | relevance | path

Searched defs:cache (Results 1 – 9 of 9) sorted by relevance

/xnu-11215/iokit/Tests/
H A DTestCollections.cpp44 OSObject *cache[numStrCache], *str, *sym; in testArray() local
297 OSObject *cache[numStrCache], *str, *sym; in testSet() local
511 OSObject *cache[numStrCache]; in testDictionary() local
745 OSObject *cache[numStrCache]; in testIterator() local
H A DTestContainers.cpp395 const OSSymbol *cache[numStrCache]; in testSymbol() local
/xnu-11215/osfmk/i386/
H A Dcpu_affinity.h36 struct x86_cpu_cache *cache;/* The L2 cache concerned */ member
H A Dcpu_threads.c87 x86_cpu_cache_t *cache; in x86_cache_alloc() local
255 x86_cache_free(x86_cpu_cache_t *cache) in x86_cache_free()
592 x86_cache_add_lcpu(x86_cpu_cache_t *cache, x86_lcpu_t *lcpu) in x86_cache_add_lcpu()
/xnu-11215/osfmk/kern/
H A Dstack.c231 struct stack_cache *cache; in stack_free_stack() local
272 struct stack_cache *cache; in stack_alloc_try() local
H A Dzalloc.c5832 zone_cache_t cache) in zfree_cached_depot_recirculate()
6117 zone_cache_t cache, in zcache_free_stack_to_cpu()
6153 zone_cache_t cache; in zcache_free_1_ext() local
6189 zone_cache_t cache; in zcache_free_n_ext() local
6342 zone_cache_t cache; variable
6668 zone_cache_t cache) in zalloc_cached_import()
6693 zone_cache_t cache, in zalloc_cached_depot_recirculate()
6751 zone_cache_t cache) in zalloc_cached_recirculate()
6908 zone_cache_t cache; in zalloc_ext() local
7000 zone_cache_t cache; in zcache_alloc_one() local
[all …]
/xnu-11215/EXTERNAL_HEADERS/corecrypto/
H A Dccrng_crypto.h46 uint8_t *cache; member
H A Dcckprng.h108 uint8_t cache[CCKPRNG_CACHED_BUF_SIZE]; member
/xnu-11215/tools/lldbmacros/tests/lldbmock/
H A Dmemorymock.py732 cache = {} variable in CompoundTypeFactory