taglinefilesource code
shm_nattch13include/linux/shm.hshort  shm_nattch;    /* no. of current attaches */
shm_nattch112ipc/shm.cshp->shm_lpid = shp->shm_nattch = 0;
shm_nattch314ipc/shm.cif (shp->shm_nattch <= 0) 
shm_nattch445ipc/shm.cshp->shm_nattch++;            /* prevent destruction */
shm_nattch453ipc/shm.cif (--shp->shm_nattch <= 0 && shp->shm_perm.mode & SHM_DEST)
shm_nattch495ipc/shm.cif (--shp->shm_nattch <= 0 && shp->shm_perm.mode & SHM_DEST)
shm_nattch566ipc/shm.cshp->shm_nattch++;