Home
last modified time | relevance | path

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

/freebsd-12.1/sys/vm/
H A Dvm_swapout.c343 #define VM_SWAP_NORMAL 1 macro
351 vm_req_vmdaemon(VM_SWAP_NORMAL); in vm_swapout_run()
412 if ((swapout_flags & VM_SWAP_NORMAL) != 0) in vm_daemon()
807 MPASS((action & (VM_SWAP_NORMAL | VM_SWAP_IDLE)) != 0); in swapout_procs()
856 ((action & VM_SWAP_NORMAL) == 0 && in swapout_procs()