Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/include/asm/
Dcompat.h74 struct compat_msqid64_ds { struct
75 struct compat_ipc64_perm msg_perm;
76 unsigned int msg_stime_high;
77 unsigned int msg_stime;
78 unsigned int msg_rtime_high;
79 unsigned int msg_rtime;
80 unsigned int msg_ctime_high;
81 unsigned int msg_ctime;
82 compat_ulong_t msg_cbytes;
83 compat_ulong_t msg_qnum;
[all …]
/linux-5.19.10/arch/mips/include/asm/
Dcompat.h98 struct compat_msqid64_ds { struct
99 struct compat_ipc64_perm msg_perm;
101 compat_ulong_t msg_stime_high;
103 compat_ulong_t msg_stime;
105 compat_ulong_t msg_stime_high;
108 compat_ulong_t msg_rtime_high;
110 compat_ulong_t msg_rtime;
112 compat_ulong_t msg_rtime_high;
115 compat_ulong_t msg_ctime_high;
117 compat_ulong_t msg_ctime;
[all …]
/linux-5.19.10/include/asm-generic/
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.19.10/arch/sparc/include/asm/
Dcompat.h113 struct compat_msqid64_ds { struct
114 struct compat_ipc64_perm msg_perm;
115 unsigned int msg_stime_high;
116 unsigned int msg_stime;
117 unsigned int msg_rtime_high;
118 unsigned int msg_rtime;
119 unsigned int msg_ctime_high;
120 unsigned int msg_ctime;
121 unsigned int msg_cbytes;
122 unsigned int msg_qnum;
[all …]
/linux-5.19.10/arch/parisc/include/asm/
Dcompat.h91 struct compat_msqid64_ds { struct
92 struct compat_ipc64_perm msg_perm;
93 unsigned int msg_stime_high;
94 unsigned int msg_stime;
95 unsigned int msg_rtime_high;
96 unsigned int msg_rtime;
97 unsigned int msg_ctime_high;
98 unsigned int msg_ctime;
99 compat_ulong_t msg_cbytes;
100 compat_ulong_t msg_qnum;
[all …]