Home
last modified time | relevance | path

Searched refs:z_wired_cur (Results 1 – 5 of 5) sorted by relevance

/xnu-8020.140.41/osfmk/kern/
H A Dgzalloc.c225 zone->z_wired_cur -= freed_elements; in gzalloc_empty_free_cache()
403 zone->z_wired_cur += 1; in gzalloc_alloc()
538 zone->z_wired_cur -= 1; in gzalloc_free()
H A Dzalloc_internal.h231 uint32_t z_wired_cur; /* number of pages used by this zone */ member
624 vm_size_t size = ptoa(os_atomic_load(&zone->z_wired_cur, relaxed)); in zone_size_wired()
H A Dzalloc.c3547 return z->z_wired_cur >= zleak_pages_per_zone_wired_threshold; in zleak_should_enable_for_zone()
3562 return z->z_wired_cur < zleak_pages_per_zone_wired_threshold / 2; in zleak_should_disable_for_zone()
4041 zone->z_wired_cur += zone->z_percpu ? 1 : pg_end - pg_start; in zcram_and_lock()
4045 if (zone->z_wired_hwm < zone->z_wired_cur) { in zcram_and_lock()
4046 zone->z_wired_hwm = zone->z_wired_cur; in zcram_and_lock()
4828 if (zone->z_wired_cur < zone->z_wired_max) { in zalloc_needs_refill()
4876 if (!zone->expandable && zone->z_wired_cur >= zone->z_wired_max) { in zone_expand_async_schedule_if_needed()
7159 zone_counter_sub(z, z_wired_cur, page_count); in zone_reclaim_chunk()
8102 .mzi_cur_size = ptoa_64(zone_scale_for_percpu(&zcopy, zcopy.z_wired_cur)), in get_zone_info()
10325 allva += z->z_wired_cur; in zone_basic_test_run()
[all …]
/xnu-8020.140.41/tools/lldbmacros/
H A Dmemory.py803 zone["page_count"] = unsigned(zone_val.z_wired_cur) * pcpu_scale
857 unsigned(zone_val.z_wired_cur)) * pcpu_scale
919 z_wired_cur=unsigned(zone_val.z_wired_cur) * pcpu_scale,
/xnu-8020.140.41/osfmk/vm/
H A Dvm_resident.c1657 z->z_wired_cur += vm_page_zone_pages; in vm_page_module_init_delayed()
1658 z->z_wired_hwm = z->z_wired_cur; in vm_page_module_init_delayed()
1659 z->z_va_cur = z->z_wired_cur; in vm_page_module_init_delayed()