Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/kern/
H A Dzalloc_internal.h336 uint16_t z_depot_size; member
H A Dzalloc.c4625 z->z_depot_size = 0; in zalloc_expand_drain_exhausted_caches_locked()
4666 if (zone->z_pcpu_cache && zone->z_depot_size) { in zalloc_needs_refill()
5798 depot_max = os_atomic_load(&zone->z_depot_size, relaxed); in zfree_cached_trim()
6664 depot_max = os_atomic_load(&zone->z_depot_size, relaxed); in zalloc_cached_prime()
7493 depot_max = z->z_depot_size; in zone_reclaim_pcpu()
7977 uint16_t size = z->z_depot_size; in compute_zone_working_set_size()
7980 z->z_depot_size = 0; in compute_zone_working_set_size()
7990 z->z_depot_size = MIN(z->z_depot_limit, size); in compute_zone_working_set_size()
7998 z->z_depot_size = size - 1; in compute_zone_working_set_size()