Home
last modified time | relevance | path

Searched refs:z_wired_empty (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/osfmk/kern/
H A Dzalloc_internal.h215 uint32_t z_wired_empty; /* pages collectable by GC */ member
H A Dzalloc.c1096 zone_counter_sub(z, z_wired_empty, len); in zone_meta_lock_in_partial()
1109 z->z_wired_empty += len; in zone_meta_unlock_from_partial()
4261 zone->z_wired_empty += zone->z_percpu ? 1 : pg_end; in zcram_and_lock()
5120 zone->z_wired_empty += meta->zm_chunk_len; in zfree_drop()
5538 zone_counter_sub(zone, z_wired_empty, meta->zm_chunk_len); in zalloc_import()
6408 zone_counter_sub(z, z_wired_empty, page_count); in zone_reclaim_chunk()
7204 ptoa_64(zone_scale_for_percpu(&zcopy, zcopy.z_wired_empty))); in get_zone_info()
/xnu-8019.80.24/tools/lldbmacros/
H A Dmemory.py659 zone["allfree_page_count"] = unsigned(zone_val.z_wired_empty)
775 z_wired_empty=unsigned(zone_val.z_wired_empty) * pcpu_scale,