Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dshm.h84 #define SHM_LOCK 11 macro
/Linux-v5.4/Documentation/vm/
Dunevictable-lru.rst47 * Those mapped into SHM_LOCK'd shared memory regions.
151 (2) By SYSV SHM to mark SHM_LOCK'd address spaces until SHM_UNLOCK is called.
153 Note that SHM_LOCK is not required to page in the locked pages if they're
171 might be), the lock action (eg: SHM_LOCK) can be lazy, and need not populate
173 any special effort to push any pages in the SHM_LOCK'd area to the unevictable
597 (2) SHM_LOCK'd shared memory pages. shmctl(SHM_LOCK) does not attempt to
599 when an application accesses the page the first time after SHM_LOCK'ing
608 shrink_inactive_list() should only see SHM_LOCK'd pages that became SHM_LOCK'd
/Linux-v5.4/ipc/
Dshm.c1098 if (cmd == SHM_LOCK && !rlimit(RLIMIT_MEMLOCK)) { in shmctl_do_lock()
1108 if (cmd == SHM_LOCK) { in shmctl_do_lock()
1186 case SHM_LOCK: in ksys_shmctl()
1381 case SHM_LOCK: in compat_ksys_shmctl()
/Linux-v5.4/Documentation/admin-guide/mm/
Dpagemap.rst159 shmctl(SHM_LOCK) and mlock() memory segments
/Linux-v5.4/security/smack/
Dsmack_lsm.c2990 case SHM_LOCK: in smack_shm_shmctl()
/Linux-v5.4/security/selinux/
Dhooks.c6112 case SHM_LOCK: in selinux_shm_shmctl()