Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dzalloc_internal.h357 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()
4057 zone->z_wired_empty += zone->z_percpu ? 1 : pg_end; in zcram_and_lock()
5804 zone->z_wired_empty += meta->zm_chunk_len; in zfree_drop()
6476 zone_counter_sub(zone, z_wired_empty, meta->zm_chunk_len); in zalloc_import()
7503 zone_counter_sub(z, z_wired_empty, page_count); in zone_reclaim_chunk()
8571 ptoa_64(zone_scale_for_percpu(&zcopy, zcopy.z_wired_empty))); in get_zone_info()
/xnu-11215/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,