Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dshm.h84 #define SHM_LOCK 11 macro
/linux/Documentation/vm/
A Dunevictable-lru.rst47 * Those mapped into SHM_LOCK'd shared memory regions.
145 (2) By SYSV SHM to mark SHM_LOCK'd address spaces until SHM_UNLOCK is called.
147 Note that SHM_LOCK is not required to page in the locked pages if they're
165 might be), the lock action (eg: SHM_LOCK) can be lazy, and need not populate
167 any special effort to push any pages in the SHM_LOCK'd area to the unevictable
584 (2) SHM_LOCK'd shared memory pages. shmctl(SHM_LOCK) does not attempt to
586 when an application accesses the page the first time after SHM_LOCK'ing
595 shrink_inactive_list() should only see SHM_LOCK'd pages that became SHM_LOCK'd
/linux/ipc/
A Dshm.c1187 if (cmd == SHM_LOCK && !rlimit(RLIMIT_MEMLOCK)) { in shmctl_do_lock()
1197 if (cmd == SHM_LOCK) { in shmctl_do_lock()
1275 case SHM_LOCK: in ksys_shmctl()
1470 case SHM_LOCK: in compat_ksys_shmctl()
/linux/Documentation/admin-guide/mm/
A Dpagemap.rst162 shmctl(SHM_LOCK) and mlock() memory segments.
/linux/security/smack/
A Dsmack_lsm.c2989 case SHM_LOCK: in smack_shm_shmctl()
/linux/security/selinux/
A Dhooks.c6243 case SHM_LOCK: in selinux_shm_shmctl()

Completed in 33 milliseconds