tag | line | file | source code |
shm_nattch | 13 | 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 | 519 | ipc/shm.c | shp->shm_nattch++; /* prevent destruction */ |
shm_nattch | 521 | ipc/shm.c | if (--shp->shm_nattch <= 0 && shp->shm_perm.mode & SHM_DEST) |
shm_nattch | 549 | ipc/shm.c | shp->shm_nattch++; |
shm_nattch | 573 | ipc/shm.c | if (--shp->shm_nattch <= 0 && shp->shm_perm.mode & SHM_DEST) |