Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/kern/
H A Dzalloc.c2997 if (os_atomic_xchg(&zone->z_pcpu_cache, caches, release)) { in zone_enable_caching()
6019 if (zone->z_pcpu_cache) { in zfree_ext()
6020 zone_cache_t cache = zpercpu_get_cpu(zone->z_pcpu_cache, cpu); in zfree_ext()
6730 cache = zpercpu_get(zone->z_pcpu_cache); in zalloc_cached()
6798 if (zone->z_pcpu_cache) { in zalloc_ext()
7386 if (z->z_pcpu_cache) { in zone_reclaim()
7388 zpercpu_foreach(zc, z->z_pcpu_cache) { in zone_reclaim()
7392 zpercpu_foreach(zc, z->z_pcpu_cache) { in zone_reclaim()
7402 zpercpu_foreach(zc, z->z_pcpu_cache) { in zone_reclaim()
7406 zpercpu_foreach(zc, z->z_pcpu_cache) { in zone_reclaim()
[all …]
H A Dzalloc_internal.h210 struct zone_cache *__zpercpu z_pcpu_cache; member
/xnu-8792.41.9/tools/lldbmacros/
H A Dmemory.py153 if zone.z_pcpu_cache:
154 for cache in IterateZPerCPU(zone.z_pcpu_cache):
736 if zone.z_pcpu_cache:
739 for cache in IterateZPerCPU(zone.z_pcpu_cache):
753 for cache in IterateZPerCPU(zone.z_pcpu_cache):
847 if zone_val.z_pcpu_cache:
848 for cache in IterateZPerCPU(zone_val.z_pcpu_cache):