Home
last modified time | relevance | path

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

/freebsd-13.1/sys/vm/
H A Dvm_swapout.c332 #define VM_SWAP_NORMAL 1 macro
340 vm_req_vmdaemon(VM_SWAP_NORMAL); in vm_swapout_run()
399 if ((swapout_flags & VM_SWAP_NORMAL) != 0) in vm_daemon()
791 MPASS((action & (VM_SWAP_NORMAL | VM_SWAP_IDLE)) != 0); in swapout_procs()
840 ((action & VM_SWAP_NORMAL) == 0 && in swapout_procs()