Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/include/asm/
Dcompat.h169 struct compat_msqid64_ds { struct
170 struct compat_ipc64_perm msg_perm;
172 compat_ulong_t msg_stime_high;
174 compat_ulong_t msg_stime;
176 compat_ulong_t msg_stime_high;
179 compat_ulong_t msg_rtime_high;
181 compat_ulong_t msg_rtime;
183 compat_ulong_t msg_rtime_high;
186 compat_ulong_t msg_ctime_high;
188 compat_ulong_t msg_ctime;
[all …]
/Linux-v4.19/arch/powerpc/include/asm/
Dcompat.h174 struct compat_msqid64_ds { struct
175 struct compat_ipc64_perm msg_perm;
176 unsigned int msg_stime_high;
177 unsigned int msg_stime;
178 unsigned int msg_rtime_high;
179 unsigned int msg_rtime;
180 unsigned int msg_ctime_high;
181 unsigned int msg_ctime;
182 compat_ulong_t msg_cbytes;
183 compat_ulong_t msg_qnum;
[all …]
/Linux-v4.19/arch/x86/include/asm/
Dcompat.h146 struct compat_msqid64_ds { struct
147 struct compat_ipc64_perm msg_perm;
148 compat_ulong_t msg_stime;
149 compat_ulong_t msg_stime_high;
150 compat_ulong_t msg_rtime;
151 compat_ulong_t msg_rtime_high;
152 compat_ulong_t msg_ctime;
153 compat_ulong_t msg_ctime_high;
154 compat_ulong_t msg_cbytes;
155 compat_ulong_t msg_qnum;
[all …]
/Linux-v4.19/arch/arm64/include/asm/
Dcompat.h193 struct compat_msqid64_ds { struct
194 struct compat_ipc64_perm msg_perm;
195 compat_ulong_t msg_stime;
196 compat_ulong_t msg_stime_high;
197 compat_ulong_t msg_rtime;
198 compat_ulong_t msg_rtime_high;
199 compat_ulong_t msg_ctime;
200 compat_ulong_t msg_ctime_high;
201 compat_ulong_t msg_cbytes;
202 compat_ulong_t msg_qnum;
[all …]
/Linux-v4.19/arch/parisc/include/asm/
Dcompat.h150 struct compat_msqid64_ds { struct
151 struct compat_ipc64_perm msg_perm;
152 unsigned int msg_stime_high;
153 unsigned int msg_stime;
154 unsigned int msg_rtime_high;
155 unsigned int msg_rtime;
156 unsigned int msg_ctime_high;
157 unsigned int msg_ctime;
158 compat_ulong_t msg_cbytes;
159 compat_ulong_t msg_qnum;
[all …]
/Linux-v4.19/arch/sparc/include/asm/
Dcompat.h204 struct compat_msqid64_ds { struct
205 struct compat_ipc64_perm msg_perm;
206 unsigned int msg_stime_high;
207 unsigned int msg_stime;
208 unsigned int msg_rtime_high;
209 unsigned int msg_rtime;
210 unsigned int msg_ctime_high;
211 unsigned int msg_ctime;
212 unsigned int msg_cbytes;
213 unsigned int msg_qnum;
[all …]
/Linux-v4.19/arch/s390/include/asm/
Dcompat.h244 struct compat_msqid64_ds { struct
245 struct compat_ipc64_perm msg_perm;
246 compat_ulong_t msg_stime;
247 compat_ulong_t msg_stime_high;
248 compat_ulong_t msg_rtime;
249 compat_ulong_t msg_rtime_high;
250 compat_ulong_t msg_ctime;
251 compat_ulong_t msg_ctime_high;
252 compat_ulong_t msg_cbytes;
253 compat_ulong_t msg_qnum;
[all …]