tag | line | file | source code |
---|---|---|---|
shm_nattch | 13 | include/linux/shm.h | short shm_nattch; /* no. of current attaches */ |
shm_nattch | 113 | ipc/shm.c | shp->shm_lpid = shp->shm_nattch = 0; |
shm_nattch | 315 | ipc/shm.c | if (shp->shm_nattch <= 0) |
shm_nattch | 501 | ipc/shm.c | shp->shm_nattch++; /* prevent destruction */ |
shm_nattch | 504 | ipc/shm.c | if (--shp->shm_nattch <= 0 && shp->shm_perm.mode & SHM_DEST) |
shm_nattch | 548 | ipc/shm.c | if (--shp->shm_nattch <= 0 && shp->shm_perm.mode & SHM_DEST) |
shm_nattch | 621 | ipc/shm.c | shp->shm_nattch++; |