Home
last modified time | relevance | path

Searched refs:SHM_LOCK (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dshm.h54 #define SHM_LOCK 11 macro
/linux-4.4.14/Documentation/vm/
Dunevictable-lru.txt71 (*) Those mapped into SHM_LOCK'd shared memory regions.
173 (2) By SYSV SHM to mark SHM_LOCK'd address spaces until SHM_UNLOCK is called.
175 Note that SHM_LOCK is not required to page in the locked pages if they're
188 might be), the lock action (eg: SHM_LOCK) can be lazy, and need not populate
190 any special effort to push any pages in the SHM_LOCK'd area to the unevictable
591 (2) SHM_LOCK'd shared memory pages. shmctl(SHM_LOCK) does not attempt to
593 when an application accesses the page the first time after SHM_LOCK'ing
602 shrink_inactive_list() should only see SHM_LOCK'd pages that became SHM_LOCK'd
Dpagemap.txt143 eg. ramfs pages, shmctl(SHM_LOCK) and mlock() memory segments
/linux-4.4.14/ipc/
Dshm.c1002 case SHM_LOCK: in SYSCALL_DEFINE3()
1034 if (cmd == SHM_LOCK && !rlimit(RLIMIT_MEMLOCK)) { in SYSCALL_DEFINE3()
1044 if (cmd == SHM_LOCK) { in SYSCALL_DEFINE3()
Dcompat.c680 case SHM_LOCK: in COMPAT_SYSCALL_DEFINE3()
/linux-4.4.14/security/smack/
Dsmack_lsm.c2982 case SHM_LOCK: in smack_shm_shmctl()
/linux-4.4.14/security/selinux/
Dhooks.c5403 case SHM_LOCK: in selinux_shm_shmctl()