Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/include/asm/
Dcompat.h158 struct compat_shmid64_ds { struct
159 struct compat_ipc64_perm shm_perm;
160 unsigned int shm_atime_high;
161 unsigned int shm_atime;
162 unsigned int shm_dtime_high;
163 unsigned int shm_dtime;
164 unsigned int shm_ctime_high;
165 unsigned int shm_ctime;
166 unsigned int __unused4;
167 compat_size_t shm_segsz;
[all …]
/Linux-v5.10/arch/parisc/include/asm/
Dcompat.h151 struct compat_shmid64_ds { struct
152 struct compat_ipc64_perm shm_perm;
153 unsigned int shm_atime_high;
154 unsigned int shm_atime;
155 unsigned int shm_dtime_high;
156 unsigned int shm_dtime;
157 unsigned int shm_ctime_high;
158 unsigned int shm_ctime;
159 unsigned int __unused4;
160 compat_size_t shm_segsz;
[all …]
/Linux-v5.10/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 …]
/Linux-v5.10/arch/arm64/include/asm/
Dcompat.h165 struct compat_shmid64_ds { struct
166 struct compat_ipc64_perm shm_perm;
167 compat_size_t shm_segsz;
168 compat_ulong_t shm_atime;
169 compat_ulong_t shm_atime_high;
170 compat_ulong_t shm_dtime;
171 compat_ulong_t shm_dtime_high;
172 compat_ulong_t shm_ctime;
173 compat_ulong_t shm_ctime_high;
174 compat_pid_t shm_cpid;
[all …]
/Linux-v5.10/arch/mips/include/asm/
Dcompat.h163 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;
[all …]
/Linux-v5.10/arch/sparc/include/asm/
Dcompat.h188 struct compat_shmid64_ds { struct
189 struct compat_ipc64_perm shm_perm;
190 unsigned int shm_atime_high;
191 unsigned int shm_atime;
192 unsigned int shm_dtime_high;
193 unsigned int shm_dtime;
194 unsigned int shm_ctime_high;
195 unsigned int shm_ctime;
196 compat_size_t shm_segsz;
197 compat_pid_t shm_cpid;
[all …]
/Linux-v5.10/arch/s390/include/asm/
Dcompat.h241 struct compat_shmid64_ds { struct
242 struct compat_ipc64_perm shm_perm;
243 compat_size_t shm_segsz;
244 compat_ulong_t shm_atime;
245 compat_ulong_t shm_atime_high;
246 compat_ulong_t shm_dtime;
247 compat_ulong_t shm_dtime_high;
248 compat_ulong_t shm_ctime;
249 compat_ulong_t shm_ctime_high;
250 compat_pid_t shm_cpid;
[all …]