Home | History | Annotate | Download | only in uvm

Lines Matching refs:SWAP_OFF

119  *  [4] SWAP_OFF: as SWAP_ON, but stops swapping to a device
231 static int swap_off(struct lwp *, struct swapdev *);
503 * [with two helper functions: swap_on and swap_off]
727 case SWAP_OFF:
748 error = swap_off(l, sdp);
1052 * swap_off: stop swapping on swapdev
1057 swap_off(struct lwp *l, struct swapdev *sdp)
1167 /* Have to lock and reference vnode for swap_off(). */
1170 error = swap_off(l, sdp);
1758 * in this device, to make everything add up in swap_off().