Home
last modified time | relevance | path

Searched refs:SHM_DEST (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/
Dshm.h28 #define SHM_DEST 01000 /* segment will be destroyed on last detach */ macro
/linux-4.1.27/ipc/
Dshm.c95 shp->shm_perm.mode |= SHM_DEST; in do_shm_rmid()
260 (shp->shm_perm.mode & SHM_DEST)); in shm_may_destroy()