Home
last modified time | relevance | path

Searched refs:z_depot_size (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.1.10/osfmk/kern/
H A Dzalloc_internal.h337 uint16_t z_depot_size; member
H A Dzalloc.c4672 if (z->z_depot_size) { in zalloc_expand_drain_exhausted_caches_locked()
4673 z->z_depot_size = 0; in zalloc_expand_drain_exhausted_caches_locked()
4714 if (zone->z_pcpu_cache && zone->z_depot_size) { in zalloc_needs_refill()
4734 if (z->z_pcpu_cache && z->z_depot_size && in __ZONE_EXHAUSTED_AND_WAITING_HARD__()
5923 depot_max = os_atomic_load(&zone->z_depot_size, relaxed); in zfree_cached_trim()
6781 depot_max = os_atomic_load(&zone->z_depot_size, relaxed); in zalloc_cached_prime()
7654 depot_max = z->z_depot_size; in zone_reclaim_pcpu()
8138 uint16_t size = z->z_depot_size; in compute_zone_working_set_size()
8141 if (z->z_depot_size) { in compute_zone_working_set_size()
8142 z->z_depot_size = 0; in compute_zone_working_set_size()
[all …]