Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dzalloc.c2818 zone->z_pcpu_cache = caches; in zone_enable_caching()
6101 if (zone->z_pcpu_cache) { in zfree_ext()
6907 if (zone->z_pcpu_cache) { in zalloc_ext()
7506 if (z->z_pcpu_cache == NULL) { in zone_reclaim_chunk()
7810 if (z->z_pcpu_cache) { in zone_reclaim()
8029 if (z->z_pcpu_cache) { in zone_trim_needed()
8116 if (z->z_pcpu_cache) { in compute_zone_working_set_size()
8137 if (z->z_pcpu_cache) { in compute_zone_working_set_size()
8531 if (z->z_pcpu_cache) { in get_zone_info()
9204 if (zone->z_pcpu_cache) { in zone_get_stats()
[all …]
H A Dzalloc_internal.h320 struct zone_cache *__zpercpu z_pcpu_cache; member
/xnu-11215/tools/lldbmacros/
H A Dmemory.py290 if zone.z_pcpu_cache:
294 for cache in IterateZPerCPU(zone.z_pcpu_cache):
397 if zone_val.z_pcpu_cache:
398 for cache in IterateZPerCPU(zone_val.z_pcpu_cache):