Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dpriv.h214 #define PRIV_SYSCTL_MEMLOCK 243 /* Large requests are not serialized. */ macro
/freebsd/sys/kern/
H A Dkern_sysctl.c2554 if (priv_check(td, PRIV_SYSCTL_MEMLOCK) != 0 && in userland_sysctl()