| 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 | 464 | ipc/shm.c | shp->shm_atime = CURRENT_TIME; |
| shm_atime | 567 | ipc/shm.c | shp->shm_atime = CURRENT_TIME; |