Home
last modified time | relevance | path

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

/Linux-v5.15/arch/mips/include/asm/
Dcompat.h121 struct compat_msqid64_ds { struct
122 struct compat_ipc64_perm msg_perm;
124 compat_ulong_t msg_stime_high;
126 compat_ulong_t msg_stime;
128 compat_ulong_t msg_stime_high;
131 compat_ulong_t msg_rtime_high;
133 compat_ulong_t msg_rtime;
135 compat_ulong_t msg_rtime_high;
138 compat_ulong_t msg_ctime_high;
140 compat_ulong_t msg_ctime;
[all …]
/Linux-v5.15/arch/powerpc/include/asm/
Dcompat.h114 struct compat_msqid64_ds { struct
115 struct compat_ipc64_perm msg_perm;
116 unsigned int msg_stime_high;
117 unsigned int msg_stime;
118 unsigned int msg_rtime_high;
119 unsigned int msg_rtime;
120 unsigned int msg_ctime_high;
121 unsigned int msg_ctime;
122 compat_ulong_t msg_cbytes;
123 compat_ulong_t msg_qnum;
[all …]
/Linux-v5.15/arch/arm64/include/asm/
Dcompat.h135 struct compat_msqid64_ds { struct
136 struct compat_ipc64_perm msg_perm;
137 compat_ulong_t msg_stime;
138 compat_ulong_t msg_stime_high;
139 compat_ulong_t msg_rtime;
140 compat_ulong_t msg_rtime_high;
141 compat_ulong_t msg_ctime;
142 compat_ulong_t msg_ctime_high;
143 compat_ulong_t msg_cbytes;
144 compat_ulong_t msg_qnum;
[all …]
/Linux-v5.15/arch/x86/include/asm/
Dcompat.h121 struct compat_msqid64_ds { struct
122 struct compat_ipc64_perm msg_perm;
123 compat_ulong_t msg_stime;
124 compat_ulong_t msg_stime_high;
125 compat_ulong_t msg_rtime;
126 compat_ulong_t msg_rtime_high;
127 compat_ulong_t msg_ctime;
128 compat_ulong_t msg_ctime_high;
129 compat_ulong_t msg_cbytes;
130 compat_ulong_t msg_qnum;
[all …]
/Linux-v5.15/arch/parisc/include/asm/
Dcompat.h126 struct compat_msqid64_ds { struct
127 struct compat_ipc64_perm msg_perm;
128 unsigned int msg_stime_high;
129 unsigned int msg_stime;
130 unsigned int msg_rtime_high;
131 unsigned int msg_rtime;
132 unsigned int msg_ctime_high;
133 unsigned int msg_ctime;
134 compat_ulong_t msg_cbytes;
135 compat_ulong_t msg_qnum;
[all …]
/Linux-v5.15/arch/sparc/include/asm/
Dcompat.h144 struct compat_msqid64_ds { struct
145 struct compat_ipc64_perm msg_perm;
146 unsigned int msg_stime_high;
147 unsigned int msg_stime;
148 unsigned int msg_rtime_high;
149 unsigned int msg_rtime;
150 unsigned int msg_ctime_high;
151 unsigned int msg_ctime;
152 unsigned int msg_cbytes;
153 unsigned int msg_qnum;
[all …]
/Linux-v5.15/arch/s390/include/asm/
Dcompat.h206 struct compat_msqid64_ds { struct
207 struct compat_ipc64_perm msg_perm;
208 compat_ulong_t msg_stime;
209 compat_ulong_t msg_stime_high;
210 compat_ulong_t msg_rtime;
211 compat_ulong_t msg_rtime_high;
212 compat_ulong_t msg_ctime;
213 compat_ulong_t msg_ctime_high;
214 compat_ulong_t msg_cbytes;
215 compat_ulong_t msg_qnum;
[all …]