Home
last modified time | relevance | path

Searched refs:PRIV_SWAPOFF (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dpriv.h75 #define PRIV_SWAPOFF 10 /* Can swapoff(). */ macro
/f-stack/freebsd/vm/
H A Dswap_pager.c2452 error = priv_check(td, PRIV_SWAPOFF); in sys_swapoff()