tag | line | file | source code |
shm_nattch | 16 | include/linux/shm.h | short shm_nattch; /* no. of current attaches */ |
shm_nattch | 119 | ipc/shm.c | shp->shm_lpid = shp->shm_nattch = 0; |
shm_nattch | 276 | ipc/shm.c | tbuf.shm_nattch = shp->shm_nattch; |
shm_nattch | 321 | ipc/shm.c | tbuf.shm_nattch = shp->shm_nattch; |
shm_nattch | 339 | ipc/shm.c | if (shp->shm_nattch <= 0) |
shm_nattch | 536 | ipc/shm.c | shp->shm_nattch++; /* prevent destruction */ |
shm_nattch | 538 | ipc/shm.c | if (--shp->shm_nattch <= 0 && shp->shm_perm.mode & SHM_DEST) |
shm_nattch | 566 | ipc/shm.c | shp->shm_nattch++; |
shm_nattch | 588 | ipc/shm.c | if (--shp->shm_nattch <= 0 && shp->shm_perm.mode & SHM_DEST) |