Searched refs:SWAPOFF_FORCE (Results 1 – 3 of 3) sorted by relevance
211 #define SWAPOFF_FORCE 0x00000001 macro
753 error = swapoff(name, fflag ? SWAPOFF_FORCE : 0); in swap_on_off_sfile()
2773 if ((flags & ~(SWAPOFF_FORCE)) != 0) in kern_swapoff()2847 if ((flags & SWAPOFF_FORCE) == 0 && in swapoff_one()2896 error = swapoff_one(sp, thread0.td_ucred, SWAPOFF_FORCE); in swapoff_all()