Lines Matching defs:compat_shmid64_ds
183 struct compat_shmid64_ds { struct
184 struct compat_ipc64_perm shm_perm;
185 compat_size_t shm_segsz;
186 compat_ulong_t shm_atime;
187 compat_ulong_t shm_dtime;
188 compat_ulong_t shm_ctime;
189 compat_pid_t shm_cpid;
190 compat_pid_t shm_lpid;
191 compat_ulong_t shm_nattch;
192 compat_ushort_t shm_atime_high;
193 compat_ushort_t shm_dtime_high;
194 compat_ushort_t shm_ctime_high;
195 compat_ushort_t __unused2;