Home
last modified time | relevance | path

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

/linux-5.10/arch/mips/include/asm/
Dcompat.h131 struct compat_msqid64_ds { struct
132 struct compat_ipc64_perm msg_perm;
134 compat_ulong_t msg_stime_high;
136 compat_ulong_t msg_stime;
138 compat_ulong_t msg_stime_high;
141 compat_ulong_t msg_rtime_high;
143 compat_ulong_t msg_rtime;
145 compat_ulong_t msg_rtime_high;
148 compat_ulong_t msg_ctime_high;
150 compat_ulong_t msg_ctime;
[all …]
/linux-5.10/arch/powerpc/include/asm/
Dcompat.h141 struct compat_msqid64_ds { struct
142 struct compat_ipc64_perm msg_perm;
143 unsigned int msg_stime_high;
144 unsigned int msg_stime;
145 unsigned int msg_rtime_high;
146 unsigned int msg_rtime;
147 unsigned int msg_ctime_high;
148 unsigned int msg_ctime;
149 compat_ulong_t msg_cbytes;
150 compat_ulong_t msg_qnum;
[all …]
/linux-5.10/arch/arm64/include/asm/
Dcompat.h148 struct compat_msqid64_ds { struct
149 struct compat_ipc64_perm msg_perm;
150 compat_ulong_t msg_stime;
151 compat_ulong_t msg_stime_high;
152 compat_ulong_t msg_rtime;
153 compat_ulong_t msg_rtime_high;
154 compat_ulong_t msg_ctime;
155 compat_ulong_t msg_ctime_high;
156 compat_ulong_t msg_cbytes;
157 compat_ulong_t msg_qnum;
[all …]
/linux-5.10/arch/x86/include/asm/
Dcompat.h129 struct compat_msqid64_ds { struct
130 struct compat_ipc64_perm msg_perm;
131 compat_ulong_t msg_stime;
132 compat_ulong_t msg_stime_high;
133 compat_ulong_t msg_rtime;
134 compat_ulong_t msg_rtime_high;
135 compat_ulong_t msg_ctime;
136 compat_ulong_t msg_ctime_high;
137 compat_ulong_t msg_cbytes;
138 compat_ulong_t msg_qnum;
[all …]
/linux-5.10/arch/parisc/include/asm/
Dcompat.h134 struct compat_msqid64_ds { struct
135 struct compat_ipc64_perm msg_perm;
136 unsigned int msg_stime_high;
137 unsigned int msg_stime;
138 unsigned int msg_rtime_high;
139 unsigned int msg_rtime;
140 unsigned int msg_ctime_high;
141 unsigned int msg_ctime;
142 compat_ulong_t msg_cbytes;
143 compat_ulong_t msg_qnum;
[all …]
/linux-5.10/arch/sparc/include/asm/
Dcompat.h171 struct compat_msqid64_ds { struct
172 struct compat_ipc64_perm msg_perm;
173 unsigned int msg_stime_high;
174 unsigned int msg_stime;
175 unsigned int msg_rtime_high;
176 unsigned int msg_rtime;
177 unsigned int msg_ctime_high;
178 unsigned int msg_ctime;
179 unsigned int msg_cbytes;
180 unsigned int msg_qnum;
[all …]
/linux-5.10/arch/s390/include/asm/
Dcompat.h224 struct compat_msqid64_ds { struct
225 struct compat_ipc64_perm msg_perm;
226 compat_ulong_t msg_stime;
227 compat_ulong_t msg_stime_high;
228 compat_ulong_t msg_rtime;
229 compat_ulong_t msg_rtime_high;
230 compat_ulong_t msg_ctime;
231 compat_ulong_t msg_ctime_high;
232 compat_ulong_t msg_cbytes;
233 compat_ulong_t msg_qnum;
[all …]