Lines Matching defs:compat_shmid64_ds
153 struct compat_shmid64_ds { struct
154 struct compat_ipc64_perm shm_perm;
155 compat_size_t shm_segsz;
156 compat_ulong_t shm_atime;
157 compat_ulong_t shm_dtime;
158 compat_ulong_t shm_ctime;
159 compat_pid_t shm_cpid;
160 compat_pid_t shm_lpid;
161 compat_ulong_t shm_nattch;
162 compat_ushort_t shm_atime_high;
163 compat_ushort_t shm_dtime_high;
164 compat_ushort_t shm_ctime_high;
165 compat_ushort_t __unused2;