Searched refs:shm_atime (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | shm.h | 102 time_t shm_atime; /* last shmat time */ member 107 time_t shm_atime; /* last shmat time */ member
|
H A D | shm_impl.h | 66 time_t shm_atime; /* last shmat time */ member 120 time32_t shm_atime; /* last shmat time */ member
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | shm.c | 559 sp->shm_atime = gethrestime_sec(); in shmat() 681 STRUCT_FSET(ds, shm_atime, sp->shm_atime); in shmctl() 708 ds64.shmx_atime = sp->shm_atime; in shmctl() 905 sp->shm_atime = sp->shm_dtime = 0; in shmget()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/ipc/ |
H A D | ipc.c | 226 printtime_nice("atime: ", shmid->shm_atime); in shm_print()
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | expound.c | 2479 prtime(pri, " at = ", shmds.shm_atime); in show_shmctl() 2503 prtime(pri, " at = ", shmds.shm_atime); in show_shmctl32()
|
/illumos-gate/usr/src/tools/smatch/src/smatch_data/ |
H A D | kernel.implicit_dependencies.no_structs | 451 …_perm)->__unused2, (struct shmid64_ds)->shm_segsz, (struct shmid64_ds)->shm_atime, (struct shmid64… 456 …_perm)->__unused2, (struct shmid64_ds)->shm_segsz, (struct shmid64_ds)->shm_atime, (struct shmid64…
|