Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dshm.h37 #define SHM_LOCK 11 /* lock segment (root only) */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dshm.h37 #define SHM_LOCK 11 /* lock segment (root only) */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dshm.h82 #define SHM_LOCK 11 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dshm.h82 #define SHM_LOCK 11 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dshm.h84 #define SHM_LOCK 11 macro
/OK3568_Linux_fs/kernel/Documentation/vm/
H A 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
/OK3568_Linux_fs/kernel/ipc/
H A Dshm.c1193 if (cmd == SHM_LOCK && !rlimit(RLIMIT_MEMLOCK)) { in shmctl_do_lock()
1203 if (cmd == SHM_LOCK) { in shmctl_do_lock()
1281 case SHM_LOCK: in ksys_shmctl()
1476 case SHM_LOCK: in compat_ksys_shmctl()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/
H A Dpagemap.rst159 shmctl(SHM_LOCK) and mlock() memory segments
/OK3568_Linux_fs/kernel/security/smack/
H A Dsmack_lsm.c2984 case SHM_LOCK: in smack_shm_shmctl()
/OK3568_Linux_fs/kernel/security/selinux/
H A Dhooks.c6209 case SHM_LOCK: in selinux_shm_shmctl()