Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dvm_pagequeue.h260 volatile u_int vmd_addl_shortage; /* Shortage accumulator. */ member
H A Dvm_pageout.c1647 atomic_add_int(&vmd->vmd_addl_shortage, addl_page_shortage); in vm_pageout_scan_inactive()
1735 addl_page_shortage = atomic_readandclear_int(&vmd->vmd_addl_shortage); in vm_pageout_inactive()