Home
last modified time | relevance | path

Searched refs:CAP_IPC_LOCK (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/mm/
Dmlock.c154 if (on && !capable(CAP_IPC_LOCK)) in do_mlock()
244 if (!capable(CAP_IPC_LOCK)) in do_mlockall()
/linux-2.4.37.9/include/linux/
Dcapability.h167 #define CAP_IPC_LOCK 14 macro
/linux-2.4.37.9/ipc/
Dshm.c469 if (!capable(CAP_IPC_LOCK)) in sys_shmctl()