Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Dvm_swapout.c167 static int swapout(struct proc *);
844 if (doswap && swapout(p) == 0) in swapout_procs()
897 swapout(struct proc *p) in swapout() function