Searched refs:z_wired_cur (Results 1 – 5 of 5) sorted by relevance
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | gzalloc.c | 238 zone->z_wired_cur -= freed_elements; in gzalloc_empty_free_cache() 424 zone->z_wired_cur += 1; in gzalloc_alloc() 559 zone->z_wired_cur -= 1; in gzalloc_free()
|
| H A D | zalloc_internal.h | 214 uint32_t z_wired_cur; /* number of pages used by this zone */ member 564 vm_size_t size = ptoa(os_atomic_load(&zone->z_wired_cur, relaxed)); in zone_size_wired()
|
| H A D | zalloc.c | 4270 zone->z_wired_cur += zone->z_percpu ? 1 : pg_end - pg_start; in zcram_and_lock() 4274 if (zone->z_wired_hwm < zone->z_wired_cur) { in zcram_and_lock() 4275 zone->z_wired_hwm = zone->z_wired_cur; in zcram_and_lock() 4831 if (zone->z_wired_cur < zone->z_wired_max) { in zalloc_needs_refill() 4884 if (!zone->expandable && zone->z_wired_cur >= zone->z_wired_max) { in zone_expand_async_schedule_if_needed() 6409 zone_counter_sub(z, z_wired_cur, page_count); in zone_reclaim_chunk() 7192 .mzi_cur_size = ptoa_64(zone_scale_for_percpu(&zcopy, zcopy.z_wired_cur)), in get_zone_info() 9456 allva += z->z_wired_cur; in zone_basic_test_run() 9478 zone_heap_name(z), z->z_name, z->z_va_cur - z->z_wired_cur, in zone_basic_test_run() 9479 z->z_wired_cur, zone_size_allocated(z) * 100ULL / size); in zone_basic_test_run()
|
| /xnu-8019.80.24/tools/lldbmacros/ |
| H A D | memory.py | 658 zone["page_count"] = unsigned(zone_val.z_wired_cur) * pcpu_scale 712 unsigned(zone_val.z_wired_cur)) * pcpu_scale 774 z_wired_cur=unsigned(zone_val.z_wired_cur) * pcpu_scale,
|
| /xnu-8019.80.24/osfmk/vm/ |
| H A D | vm_resident.c | 1657 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()
|