Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/include/asm/
Dcompat.h151 struct compat_msqid64_ds { struct
152 struct compat_ipc64_perm msg_perm;
154 compat_ulong_t msg_stime_high;
156 compat_ulong_t msg_stime;
158 compat_ulong_t msg_stime_high;
161 compat_ulong_t msg_rtime_high;
163 compat_ulong_t msg_rtime;
165 compat_ulong_t msg_rtime_high;
168 compat_ulong_t msg_ctime_high;
170 compat_ulong_t msg_ctime;
[all …]
/Linux-v5.4/arch/powerpc/include/asm/
Dcompat.h160 struct compat_msqid64_ds { struct
161 struct compat_ipc64_perm msg_perm;
162 unsigned int msg_stime_high;
163 unsigned int msg_stime;
164 unsigned int msg_rtime_high;
165 unsigned int msg_rtime;
166 unsigned int msg_ctime_high;
167 unsigned int msg_ctime;
168 compat_ulong_t msg_cbytes;
169 compat_ulong_t msg_qnum;
[all …]
/Linux-v5.4/arch/x86/include/asm/
Dcompat.h131 struct compat_msqid64_ds { struct
132 struct compat_ipc64_perm msg_perm;
133 compat_ulong_t msg_stime;
134 compat_ulong_t msg_stime_high;
135 compat_ulong_t msg_rtime;
136 compat_ulong_t msg_rtime_high;
137 compat_ulong_t msg_ctime;
138 compat_ulong_t msg_ctime_high;
139 compat_ulong_t msg_cbytes;
140 compat_ulong_t msg_qnum;
[all …]
/Linux-v5.4/arch/arm64/include/asm/
Dcompat.h166 struct compat_msqid64_ds { struct
167 struct compat_ipc64_perm msg_perm;
168 compat_ulong_t msg_stime;
169 compat_ulong_t msg_stime_high;
170 compat_ulong_t msg_rtime;
171 compat_ulong_t msg_rtime_high;
172 compat_ulong_t msg_ctime;
173 compat_ulong_t msg_ctime_high;
174 compat_ulong_t msg_cbytes;
175 compat_ulong_t msg_qnum;
[all …]
/Linux-v5.4/arch/sparc/include/asm/
Dcompat.h189 struct compat_msqid64_ds { struct
190 struct compat_ipc64_perm msg_perm;
191 unsigned int msg_stime_high;
192 unsigned int msg_stime;
193 unsigned int msg_rtime_high;
194 unsigned int msg_rtime;
195 unsigned int msg_ctime_high;
196 unsigned int msg_ctime;
197 unsigned int msg_cbytes;
198 unsigned int msg_qnum;
[all …]
/Linux-v5.4/arch/parisc/include/asm/
Dcompat.h136 struct compat_msqid64_ds { struct
137 struct compat_ipc64_perm msg_perm;
138 unsigned int msg_stime_high;
139 unsigned int msg_stime;
140 unsigned int msg_rtime_high;
141 unsigned int msg_rtime;
142 unsigned int msg_ctime_high;
143 unsigned int msg_ctime;
144 compat_ulong_t msg_cbytes;
145 compat_ulong_t msg_qnum;
[all …]
/Linux-v5.4/arch/s390/include/asm/
Dcompat.h230 struct compat_msqid64_ds { struct
231 struct compat_ipc64_perm msg_perm;
232 compat_ulong_t msg_stime;
233 compat_ulong_t msg_stime_high;
234 compat_ulong_t msg_rtime;
235 compat_ulong_t msg_rtime_high;
236 compat_ulong_t msg_ctime;
237 compat_ulong_t msg_ctime_high;
238 compat_ulong_t msg_cbytes;
239 compat_ulong_t msg_qnum;
[all …]