Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dzalloc.c3074 if (os_atomic_xchg(&zone->z_pcpu_cache, caches, release)) { in zone_enable_caching()
5729 zone_cache_t cache = zpercpu_get(zone->z_pcpu_cache); in zfree_cached()
5847 if (zone->z_pcpu_cache) { in zfree_ext()
6543 cache = zpercpu_get(zone->z_pcpu_cache); in zalloc_cached()
6604 if (zone->z_pcpu_cache) { in zalloc_ext()
7233 if (z->z_pcpu_cache) { in zone_reclaim()
7235 zpercpu_foreach(zc, z->z_pcpu_cache) { in zone_reclaim()
7239 zpercpu_foreach(zc, z->z_pcpu_cache) { in zone_reclaim()
7249 zpercpu_foreach(zc, z->z_pcpu_cache) { in zone_reclaim()
7253 zpercpu_foreach(zc, z->z_pcpu_cache) { in zone_reclaim()
[all …]
H A Dzalloc_internal.h167 struct zone_cache *__zpercpu z_pcpu_cache; member
/xnu-8020.101.4/tools/lldbmacros/
H A Dmemory.py136 if zone.z_pcpu_cache:
137 for cache in IterateZPerCPU(zone.z_pcpu_cache):
707 if zone.z_pcpu_cache:
710 for cache in IterateZPerCPU(zone.z_pcpu_cache):
724 for cache in IterateZPerCPU(zone.z_pcpu_cache):
787 if zone_val.z_pcpu_cache:
788 for cache in IterateZPerCPU(zone_val.z_pcpu_cache):