Lines Matching refs:z_chunk_elems
3139 zs->zs_alloc_rr %= zone->z_chunk_elems; in zone_early_scramble_rr()
3921 inline_bitmap = zone->z_chunk_elems <= 32 * chunk_pages; in zcram_and_lock()
3936 zone->z_chunk_elems, zone->z_uses_tags); in zcram_and_lock()
6497 return zone_early_thres_mul * zone->z_chunk_elems * esize; in zalloc_get_shared_threshold()
7670 if (z->z_chunk_elems) { in zone_reclaim()
7766 if (z->z_self && z->z_chunk_elems == 0) { in zone_reclaim_all()
7773 if (z == zc_magazine_zone || z->z_chunk_elems == 0) { in zone_reclaim_all()
7785 if (z == zc_magazine_zone || z->z_chunk_elems == 0) { in zone_reclaim_all()
7892 return n >= z->z_elems_rsv + z->z_chunk_elems; in zone_trim_needed()
9357 z->z_chunk_elems = 0;
9369 z->z_chunk_elems = (uint16_t)(PAGE_SIZE / size);
9372 z->z_chunk_elems = (uint16_t)(alloc / size);
10114 for (uint32_t eidx = 0; eidx < z->z_chunk_elems; eidx++) { in zone_metadata_init()