Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dzalloc.c2828 if (os_atomic_xchg(&zone->z_pcpu_cache, caches, release)) { in zone_enable_caching()
5244 zone_cache_t cache = zpercpu_get(zone->z_pcpu_cache); in zfree_cached()
5366 if (zone->z_pcpu_cache) { in zfree_ext()
5996 cache = zpercpu_get(zone->z_pcpu_cache); in zalloc_cached()
6052 if (zone->z_pcpu_cache) { in zalloc_ext()
6567 if (!z->z_destructible || z->z_pcpu_cache || in zone_reclaim()
6597 if (z->z_pcpu_cache) { in zone_reclaim()
6599 zpercpu_foreach(zc, z->z_pcpu_cache) { in zone_reclaim()
6603 zpercpu_foreach(zc, z->z_pcpu_cache) { in zone_reclaim()
6613 zpercpu_foreach(zc, z->z_pcpu_cache) { in zone_reclaim()
[all …]
H A Dzalloc_internal.h153 struct zone_cache *__zpercpu z_pcpu_cache; member
/xnu-8019.80.24/tools/lldbmacros/
H A Dmemory.py120 if zone.z_pcpu_cache:
121 for cache in IterateZPerCPU(zone.z_pcpu_cache):
582 if zone.z_pcpu_cache:
585 for cache in IterateZPerCPU(zone.z_pcpu_cache):
599 for cache in IterateZPerCPU(zone.z_pcpu_cache):
662 if zone_val.z_pcpu_cache:
663 for cache in IterateZPerCPU(zone_val.z_pcpu_cache):