HomeSort by: relevance | last modified time | path
    Searched defs:swap_on (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/uvm/
uvm_swap.c 119 * [3] SWAP_ON: given a pathname in arg (could be device or file) and a
121 * [4] SWAP_OFF: as SWAP_ON, but stops swapping to a device
212 static int swap_on(struct lwp *, struct swapdev *);
487 * [with three helper functions: swap_on, swap_off and uvm_swap_stats]
592 if (SCARG(uap, cmd) == SWAP_ON &&
600 * (SWAP_PATH_MAX instead of PATH_MAX) for SWAP_ON.
611 if (SCARG(uap, cmd) == SWAP_ON) {
662 case SWAP_ON:
700 * if swap_on is a success, it will clear the SWF_FAKE flag
702 if ((error = swap_on(l, sdp)) != 0)
946 swap_on(struct lwp *l, struct swapdev *sdp) function
    [all...]

Completed in 22 milliseconds