Searched refs:SHM_LOCKED (Results 1 – 2 of 2) sorted by relevance
29 #define SHM_LOCKED 02000 /* segment will not be swapped */ macro
1047 if (!err && !(shp->shm_perm.mode & SHM_LOCKED)) { in SYSCALL_DEFINE3()1048 shp->shm_perm.mode |= SHM_LOCKED; in SYSCALL_DEFINE3()1055 if (!(shp->shm_perm.mode & SHM_LOCKED)) in SYSCALL_DEFINE3()1058 shp->shm_perm.mode &= ~SHM_LOCKED; in SYSCALL_DEFINE3()