Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dzalloc_internal.h359 uint32_t z_wired_empty; /* pages collectable by GC */ member
H A Dzalloc.c1088 zone_counter_sub(z, z_wired_empty, len); in zone_meta_lock_in_partial()
1101 z->z_wired_empty += len; in zone_meta_unlock_from_partial()
4071 zone->z_wired_empty += zone->z_percpu ? 1 : pg_end; in zcram_and_lock()
5807 zone->z_wired_empty += meta->zm_chunk_len; in zfree_drop()
6478 zone_counter_sub(zone, z_wired_empty, meta->zm_chunk_len); in zalloc_import()
7507 zone_counter_sub(z, z_wired_empty, page_count); in zone_reclaim_chunk()
8575 ptoa_64(zone_scale_for_percpu(&zcopy, zcopy.z_wired_empty))); in get_zone_info()
/xnu-11417.140.69/tools/lldbmacros/
H A Dmemory.py392 zone["allfree_page_count"] = unsigned(zone_val.z_wired_empty)
495 z_wired_empty=unsigned(zone_val.z_wired_empty) * pcpu_scale,