Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dzalloc_internal.h250 uint16_t z_chunk_elems; member
H A Dzalloc.c3176 zs->zs_alloc_rr %= zone->z_chunk_elems; in zone_early_scramble_rr()
3985 inline_bitmap = zone->z_chunk_elems <= 32 * chunk_pages; in zcram_and_lock()
4000 zone->z_chunk_elems, zone->z_uses_tags); in zcram_and_lock()
6616 return zone_early_thres_mul * zone->z_chunk_elems * esize; in zalloc_get_shared_threshold()
7835 if (z->z_chunk_elems) { in zone_reclaim()
7931 if (z->z_self && z->z_chunk_elems == 0) { in zone_reclaim_all()
7938 if (z == zc_magazine_zone || z->z_chunk_elems == 0) { in zone_reclaim_all()
7950 if (z == zc_magazine_zone || z->z_chunk_elems == 0) { in zone_reclaim_all()
8057 return n >= z->z_elems_rsv + z->z_chunk_elems; in zone_trim_needed()
9564 z->z_chunk_elems = 0;
[all …]