Home
last modified time | relevance | path

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

/xnu-8796.101.5/osfmk/i386/
H A Dmachine_routines.c247 if (vm_page_wire_count_on_boot != 0) { in ml_static_mfree()
248 assert(vm_page_wire_count_on_boot >= freed_pages); in ml_static_mfree()
249 vm_page_wire_count_on_boot -= freed_pages; in ml_static_mfree()
/xnu-8796.101.5/osfmk/vm/
H A Dvm_page.h1360 unsigned int vm_page_wire_count_on_boot; /* even earlier than _initial */
H A Dvm_resident.c442 unsigned int vm_page_wire_count_on_boot = 0; variable
710 if (vm_page_wire_count_on_boot != 0) { in vm_get_delayed_page()
711 --vm_page_wire_count_on_boot; in vm_get_delayed_page()
904 vm_page_wire_count_on_boot = vm_page_wire_count; in vm_init_before_launchd()
9697 SET_COUNT(VM_KERN_COUNT_WIRED_BOOT, ptoa_64(vm_page_wire_count_on_boot), 0); in vm_page_diagnose()