Lines Matching defs:shmid64_ds
25 struct shmid64_ds { struct
26 struct ipc64_perm shm_perm; /* operation perms */
28 long shm_atime; /* last attach time */
29 long shm_dtime; /* last detach time */
30 long shm_ctime; /* last change time */
32 unsigned long shm_atime_high;
33 unsigned long shm_atime; /* last attach time */
34 unsigned long shm_dtime_high;
35 unsigned long shm_dtime; /* last detach time */
36 unsigned long shm_ctime_high;
37 unsigned long shm_ctime; /* last change time */
38 unsigned long __unused4;
40 __kernel_size_t shm_segsz; /* size of segment (bytes) */
41 __kernel_pid_t shm_cpid; /* pid of creator */
42 __kernel_pid_t shm_lpid; /* pid of last operator */
43 unsigned long shm_nattch; /* no. of current attaches */
44 unsigned long __unused5;
45 unsigned long __unused6;