Home
last modified time | relevance | path

Searched defs:compat_shmid64_ds (Results 1 – 7 of 7) sorted by relevance

/arch/powerpc/include/asm/
Dcompat.h177 struct compat_shmid64_ds { struct
178 struct compat_ipc64_perm shm_perm;
179 unsigned int shm_atime_high;
180 unsigned int shm_atime;
181 unsigned int shm_dtime_high;
182 unsigned int shm_dtime;
183 unsigned int shm_ctime_high;
184 unsigned int shm_ctime;
185 unsigned int __unused4;
186 compat_size_t shm_segsz;
[all …]
/arch/arm64/include/asm/
Dcompat.h184 struct compat_shmid64_ds { struct
185 struct compat_ipc64_perm shm_perm;
186 compat_size_t shm_segsz;
187 compat_ulong_t shm_atime;
188 compat_ulong_t shm_atime_high;
189 compat_ulong_t shm_dtime;
190 compat_ulong_t shm_dtime_high;
191 compat_ulong_t shm_ctime;
192 compat_ulong_t shm_ctime_high;
193 compat_pid_t shm_cpid;
[all …]
/arch/x86/include/asm/
Dcompat.h146 struct compat_shmid64_ds { struct
147 struct compat_ipc64_perm shm_perm;
148 compat_size_t shm_segsz;
149 compat_ulong_t shm_atime;
150 compat_ulong_t shm_atime_high;
151 compat_ulong_t shm_dtime;
152 compat_ulong_t shm_dtime_high;
153 compat_ulong_t shm_ctime;
154 compat_ulong_t shm_ctime_high;
155 compat_pid_t shm_cpid;
[all …]
/arch/parisc/include/asm/
Dcompat.h153 struct compat_shmid64_ds { struct
154 struct compat_ipc64_perm shm_perm;
155 unsigned int shm_atime_high;
156 unsigned int shm_atime;
157 unsigned int shm_dtime_high;
158 unsigned int shm_dtime;
159 unsigned int shm_ctime_high;
160 unsigned int shm_ctime;
161 unsigned int __unused4;
162 compat_size_t shm_segsz;
[all …]
/arch/mips/include/asm/
Dcompat.h183 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;
[all …]
/arch/sparc/include/asm/
Dcompat.h206 struct compat_shmid64_ds { struct
207 struct compat_ipc64_perm shm_perm;
208 unsigned int shm_atime_high;
209 unsigned int shm_atime;
210 unsigned int shm_dtime_high;
211 unsigned int shm_dtime;
212 unsigned int shm_ctime_high;
213 unsigned int shm_ctime;
214 compat_size_t shm_segsz;
215 compat_pid_t shm_cpid;
[all …]
/arch/s390/include/asm/
Dcompat.h247 struct compat_shmid64_ds { struct
248 struct compat_ipc64_perm shm_perm;
249 compat_size_t shm_segsz;
250 compat_ulong_t shm_atime;
251 compat_ulong_t shm_atime_high;
252 compat_ulong_t shm_dtime;
253 compat_ulong_t shm_dtime_high;
254 compat_ulong_t shm_ctime;
255 compat_ulong_t shm_ctime_high;
256 compat_pid_t shm_cpid;
[all …]