Lines Matching defs:compat_shmid64_ds
130 struct compat_shmid64_ds { struct
131 struct compat_ipc64_perm shm_perm;
132 compat_size_t shm_segsz;
133 compat_ulong_t shm_atime;
134 compat_ulong_t shm_dtime;
135 compat_ulong_t shm_ctime;
136 compat_pid_t shm_cpid;
137 compat_pid_t shm_lpid;
138 compat_ulong_t shm_nattch;
139 compat_ushort_t shm_atime_high;
140 compat_ushort_t shm_dtime_high;
141 compat_ushort_t shm_ctime_high;
142 compat_ushort_t __unused2;