Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dzalloc.c2968 if (os_atomic_xchg(&zone->z_pcpu_cache, caches, release)) { in zone_enable_caching()
5848 zone_cache_t cache = zpercpu_get(zone->z_pcpu_cache); in zfree_cached()
5966 if (zone->z_pcpu_cache) { in zfree_ext()
6668 cache = zpercpu_get(zone->z_pcpu_cache); in zalloc_cached()
6742 if (zone->z_pcpu_cache) { in zalloc_ext()
7356 if (z->z_pcpu_cache) { in zone_reclaim()
7358 zpercpu_foreach(zc, z->z_pcpu_cache) { in zone_reclaim()
7362 zpercpu_foreach(zc, z->z_pcpu_cache) { in zone_reclaim()
7372 zpercpu_foreach(zc, z->z_pcpu_cache) { in zone_reclaim()
7376 zpercpu_foreach(zc, z->z_pcpu_cache) { in zone_reclaim()
[all …]
H A Dzalloc_internal.h168 struct zone_cache *__zpercpu z_pcpu_cache; member
/xnu-8020.140.41/tools/lldbmacros/
H A Dmemory.py144 if zone.z_pcpu_cache:
145 for cache in IterateZPerCPU(zone.z_pcpu_cache):
727 if zone.z_pcpu_cache:
730 for cache in IterateZPerCPU(zone.z_pcpu_cache):
744 for cache in IterateZPerCPU(zone.z_pcpu_cache):
807 if zone_val.z_pcpu_cache:
808 for cache in IterateZPerCPU(zone_val.z_pcpu_cache):