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

  /src/sys/sys/
swap.h 58 #define SWF_FAKE 0x00000008 /* fake: still being built */
  /src/sys/uvm/
uvm_swap.c 446 if (sdp->swd_flags & SWF_FAKE)
686 sdp->swd_flags = SWF_FAKE;
712 * if swap_on is a success, it will clear the SWF_FAKE flag
830 * SWF_FAKE).
1030 sdp->swd_flags &= ~SWF_FAKE; /* going live */
1160 if (sdp->swd_flags & SWF_FAKE)

Completed in 14 milliseconds