Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dvm_swapout.c168 static int swapout(struct proc *);
848 if (doswap && swapout(p) == 0) in swapout_procs()
901 swapout(struct proc *p) in swapout() function