Searched refs:PRIV_SWAPOFF (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/sys/ | ||
| H A D | priv.h | 75 #define PRIV_SWAPOFF 10 /* Can swapoff(). */ macro |
| /f-stack/freebsd/vm/ | ||
| H A D | swap_pager.c | 2452 error = priv_check(td, PRIV_SWAPOFF); in sys_swapoff() |