Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dvm_pageout.c1428 int act_delta, addl_page_shortage, starting_page_shortage, refs; in vm_pageout_scan_inactive() local
1440 addl_page_shortage = 0; in vm_pageout_scan_inactive()
1496 addl_page_shortage++; in vm_pageout_scan_inactive()
1633 atomic_add_int(&vmd->vmd_addl_shortage, addl_page_shortage); in vm_pageout_scan_inactive()
1705 u_int addl_page_shortage, deficit, page_shortage; in vm_pageout_inactive() local
1721 addl_page_shortage = atomic_readandclear_int(&vmd->vmd_addl_shortage); in vm_pageout_inactive()
1774 *addl_shortage = addl_page_shortage + deficit; in vm_pageout_inactive()