Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Dvm_pageout.c1436 int act_delta, addl_page_shortage, starting_page_shortage, refs; in vm_pageout_scan_inactive() local
1448 addl_page_shortage = 0; in vm_pageout_scan_inactive()
1504 addl_page_shortage++; in vm_pageout_scan_inactive()
1641 atomic_add_int(&vmd->vmd_addl_shortage, addl_page_shortage); in vm_pageout_scan_inactive()
1713 u_int addl_page_shortage, deficit, page_shortage; in vm_pageout_inactive() local
1729 addl_page_shortage = atomic_readandclear_int(&vmd->vmd_addl_shortage); in vm_pageout_inactive()
1782 *addl_shortage = addl_page_shortage + deficit; in vm_pageout_inactive()