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

/freebsd-13-stable/sys/vm/
H A Dvm_pageout.c1436 int act_delta, addl_page_shortage, starting_page_shortage, refs; local
1443 * The addl_page_shortage is an estimate of the number of temporarily
1448 addl_page_shortage = 0;
1504 addl_page_shortage++;
1641 atomic_add_int(&vmd->vmd_addl_shortage, addl_page_shortage);
1713 u_int addl_page_shortage, deficit, page_shortage; local
1729 addl_page_shortage = atomic_readandclear_int(&vmd->vmd_addl_shortage);
1780 * See the description of addl_page_shortage above.
1782 *addl_shortage = addl_page_shortage + deficit;

Completed in 102 milliseconds