Searched refs:z_depot_size (Results 1 – 2 of 2) sorted by relevance
336 uint16_t z_depot_size; member
4625 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()