Searched refs:SHM_LOCKED (Results 1 - 1 of 1) sorted by relevance

/linux-master/ipc/
H A Dshm.c82 #define SHM_LOCKED 02000 /* segment will not be swapped */ macro
1209 if (!err && !(shp->shm_perm.mode & SHM_LOCKED)) {
1210 shp->shm_perm.mode |= SHM_LOCKED;
1217 if (!(shp->shm_perm.mode & SHM_LOCKED))
1220 shp->shm_perm.mode &= ~SHM_LOCKED;

Completed in 87 milliseconds