Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/i386/
H A Dmachine_routines.c242 if (vm_page_wire_count_on_boot != 0) { in ml_static_mfree()
243 assert(vm_page_wire_count_on_boot >= freed_pages); in ml_static_mfree()
244 vm_page_wire_count_on_boot -= freed_pages; in ml_static_mfree()
/xnu-11417.140.69/osfmk/vm/
H A Dvm_page.h1391 unsigned int vm_page_wire_count_on_boot; /* even earlier than _initial */
H A Dvm_resident.c526 unsigned int vm_page_wire_count_on_boot = 0; variable
1657 if (vm_page_wire_count_on_boot != 0) { in vm_get_delayed_page()
1658 --vm_page_wire_count_on_boot; in vm_get_delayed_page()
1845 vm_page_wire_count_on_boot = vm_page_wire_count; in vm_init_before_launchd()
10928 SET_COUNT(VM_KERN_COUNT_WIRED_BOOT, ptoa_64(vm_page_wire_count_on_boot), 0); in vm_page_diagnose()