Searched refs:z_depot_size (Results 1 – 2 of 2) sorted by relevance
339 uint16_t z_depot_size; member
4659 if (z->z_depot_size) { in zalloc_expand_drain_exhausted_caches_locked()4660 z->z_depot_size = 0; in zalloc_expand_drain_exhausted_caches_locked()4701 if (zone->z_pcpu_cache && zone->z_depot_size) { in zalloc_needs_refill()4721 if (z->z_pcpu_cache && z->z_depot_size && in __ZONE_EXHAUSTED_AND_WAITING_HARD__()5926 depot_max = os_atomic_load(&zone->z_depot_size, relaxed); in zfree_cached_trim()6783 depot_max = os_atomic_load(&zone->z_depot_size, relaxed); in zalloc_cached_prime()7658 depot_max = z->z_depot_size; in zone_reclaim_pcpu()8142 uint16_t size = z->z_depot_size; in compute_zone_working_set_size()8145 if (z->z_depot_size) { in compute_zone_working_set_size()8146 z->z_depot_size = 0; in compute_zone_working_set_size()[all …]