Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/kern/
H A Dzalloc.c2413 !zone->z_pcpu_cache && !zone_exhausted(zone))) { in zone_lock_nopreempt_check_contention()
2782 assert(zone->z_pcpu_cache == NULL); in zone_enable_caching()
2783 zone->z_pcpu_cache = caches; in zone_enable_caching()
4628 zpercpu_foreach(zc, z->z_pcpu_cache) { in zalloc_expand_drain_exhausted_caches_locked()
4666 if (zone->z_pcpu_cache && zone->z_depot_size) { in zalloc_needs_refill()
5828 zone_cache_t cache = zpercpu_get_cpu(zone->z_pcpu_cache, cpu); in zfree_cached_get_pcpu_cache()
5846 zone_cache_t cache = zpercpu_get_cpu(zone->z_pcpu_cache, cpu); in zfree_cached_get_pcpu_cache_smr()
5979 if (zone->z_pcpu_cache) { in zfree_ext()
6201 zone_cache_t cache = zpercpu_get_cpu(zone->z_pcpu_cache, 0); in zfree_item_smr()
6229 cache = zpercpu_get_cpu(zone->z_pcpu_cache, cpu);
[all …]
H A Dzalloc_internal.h319 struct zone_cache *__zpercpu z_pcpu_cache; member
/xnu-10002.1.13/tools/lldbmacros/
H A Dmemory.py337 if zone.z_pcpu_cache:
341 for cache in IterateZPerCPU(zone.z_pcpu_cache):
444 if zone_val.z_pcpu_cache:
445 for cache in IterateZPerCPU(zone_val.z_pcpu_cache):