Home
last modified time | relevance | path

Searched refs:vm_page_background_count (Results 1 – 4 of 4) sorted by relevance

/xnu-11417.140.69/osfmk/vm/
H A Dvm_page.h1299 uint32_t vm_page_background_count;
H A Dvm_resident.c503 uint32_t vm_page_background_count; variable
1923 vm_page_background_count = 0; in vm_page_bootstrap()
4169 vm_page_background_count--; in vm_page_remove_from_specialq()
4240 vm_page_background_count++; in vm_page_add_to_specialq()
H A Dvm_pageout.c2548 …if (vm_page_background_mode != VM_PAGE_BG_DISABLED && (vm_page_background_count > vm_page_backgrou…
/xnu-11417.140.69/bsd/kern/
H A Dkern_sysctl.c4805 extern uint32_t vm_page_background_count;
4818 SYSCTL_INT(_vm, OID_AUTO, vm_page_background_count, CTLFLAG_RD | CTLFLAG_LOCKED, &vm_page_backgroun…