tag | line | file | source code |
shm_nattch | 16 | include/linux/shm.h | short shm_nattch; /* no. of current attaches */ |
shm_nattch | 118 | ipc/shm.c | shp->shm_lpid = shp->shm_nattch = 0; |
shm_nattch | 275 | ipc/shm.c | tbuf.shm_nattch = shp->shm_nattch; |
shm_nattch | 320 | ipc/shm.c | tbuf.shm_nattch = shp->shm_nattch; |
shm_nattch | 338 | ipc/shm.c | if (shp->shm_nattch <= 0) |
shm_nattch | 528 | ipc/shm.c | shp->shm_nattch++; /* prevent destruction */ |
shm_nattch | 530 | ipc/shm.c | if (--shp->shm_nattch <= 0 && shp->shm_perm.mode & SHM_DEST) |
shm_nattch | 558 | ipc/shm.c | shp->shm_nattch++; |
shm_nattch | 580 | ipc/shm.c | if (--shp->shm_nattch <= 0 && shp->shm_perm.mode & SHM_DEST) |