Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/vm/
Dvm_pagequeue.h117 u_int vmd_pageout_deficit; /* (a) Estimated number of pages deficit */ member
Dvm_pageout.c1095 vmd->vmd_pageout_deficit; in vm_pageout_laundry_worker()
1381 deficit = atomic_readandclear_int(&vmd->vmd_pageout_deficit); in vm_pageout_scan_inactive()
Dvm_page.c3069 atomic_add_int(&vmd->vmd_pageout_deficit, in vm_domain_alloc_fail()