Lines Matching defs:compat_shmid64_ds
163 struct compat_shmid64_ds { struct
164 struct compat_ipc64_perm shm_perm;
165 compat_size_t shm_segsz;
166 compat_ulong_t shm_atime;
167 compat_ulong_t shm_dtime;
168 compat_ulong_t shm_ctime;
169 compat_pid_t shm_cpid;
170 compat_pid_t shm_lpid;
171 compat_ulong_t shm_nattch;
172 compat_ushort_t shm_atime_high;
173 compat_ushort_t shm_dtime_high;
174 compat_ushort_t shm_ctime_high;
175 compat_ushort_t __unused2;