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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dshm.h93 #define SHM_LOCKED 02000 /* segment will not be swapped */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dipcs.c23 /* SHM_DEST and SHM_LOCKED are defined in kernel headers,
28 #define SHM_LOCKED 02000 /* segment will not be swapped */ macro
242 ipcp->mode & SHM_LOCKED ? "locked" : " ");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/ipc/
H A Dshm.c720 shp->shm_perm.mode |= SHM_LOCKED;
726 shp->shm_perm.mode &= ~SHM_LOCKED;

Completed in 56 milliseconds