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