| tag | line | file | source code |
|---|---|---|---|
| shm_atime | 8 | include/linux/shm.h | time_t shm_atime; /* last attach time */ |
| shm_atime | 113 | ipc/shm.c | shp->shm_atime = shp->shm_dtime = 0; |
| shm_atime | 263 | ipc/shm.c | tbuf.shm_atime = shp->shm_atime; |
| shm_atime | 308 | ipc/shm.c | tbuf.shm_atime = shp->shm_atime; |
| shm_atime | 530 | ipc/shm.c | shp->shm_atime = CURRENT_TIME; |
| shm_atime | 637 | ipc/shm.c | shp->shm_atime = CURRENT_TIME; |