HomeSort by: relevance | last modified time | path
    Searched refs:SWAP_OFF (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/sys/
swap.h 45 #define SWAP_OFF 2 /* stop swapping on device */
  /src/sbin/swapctl/
swapctl.c 502 if (swapctl(SWAP_OFF, spec, pri) < 0) {
  /src/sys/compat/linux32/common/
linux32_unistd.c 592 SCARG(&ua, cmd) = SWAP_OFF;
  /src/usr.sbin/sysinst/
disks.c 2150 swapctl(SWAP_OFF, swap_dev, 0);
2193 if (swapctl(SWAP_OFF, cp, 0) == -1)
  /src/sys/uvm/
uvm_swap.c 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) function in typeref:typename:int
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()
    [all...]
  /src/sys/compat/linux/common/
linux_misc.c 1406 SCARG(&ua, cmd) = SWAP_OFF;

Completed in 18 milliseconds