Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
A Dcompat.h131 struct compat_shmid64_ds { struct
134 unsigned int shm_atime;
136 unsigned int shm_dtime;
138 unsigned int shm_ctime;
139 unsigned int __unused4;
140 compat_size_t shm_segsz;
141 compat_pid_t shm_cpid;
142 compat_pid_t shm_lpid;
143 compat_ulong_t shm_nattch;
144 compat_ulong_t __unused5;
[all …]
/linux/arch/x86/include/asm/
A Dcompat.h138 struct compat_shmid64_ds { struct
140 compat_size_t shm_segsz;
141 compat_ulong_t shm_atime;
142 compat_ulong_t shm_atime_high;
143 compat_ulong_t shm_dtime;
145 compat_ulong_t shm_ctime;
147 compat_pid_t shm_cpid;
148 compat_pid_t shm_lpid;
149 compat_ulong_t shm_nattch;
150 compat_ulong_t __unused4;
[all …]
/linux/arch/arm64/include/asm/
A Dcompat.h152 struct compat_shmid64_ds { struct
154 compat_size_t shm_segsz;
155 compat_ulong_t shm_atime;
156 compat_ulong_t shm_atime_high;
157 compat_ulong_t shm_dtime;
159 compat_ulong_t shm_ctime;
161 compat_pid_t shm_cpid;
162 compat_pid_t shm_lpid;
163 compat_ulong_t shm_nattch;
164 compat_ulong_t __unused4;
[all …]
/linux/arch/parisc/include/asm/
A Dcompat.h143 struct compat_shmid64_ds { struct
146 unsigned int shm_atime;
148 unsigned int shm_dtime;
150 unsigned int shm_ctime;
151 unsigned int __unused4;
152 compat_size_t shm_segsz;
153 compat_pid_t shm_cpid;
154 compat_pid_t shm_lpid;
155 compat_ulong_t shm_nattch;
156 compat_ulong_t __unused5;
[all …]
/linux/arch/sparc/include/asm/
A Dcompat.h161 struct compat_shmid64_ds { struct
163 unsigned int shm_atime_high;
164 unsigned int shm_atime;
166 unsigned int shm_dtime;
168 unsigned int shm_ctime;
169 compat_size_t shm_segsz;
170 compat_pid_t shm_cpid;
171 compat_pid_t shm_lpid;
172 unsigned int shm_nattch;
173 unsigned int __unused1;
[all …]
/linux/arch/mips/include/asm/
A Dcompat.h153 struct compat_shmid64_ds { struct
155 compat_size_t shm_segsz;
156 compat_ulong_t shm_atime;
157 compat_ulong_t shm_dtime;
158 compat_ulong_t shm_ctime;
159 compat_pid_t shm_cpid;
160 compat_pid_t shm_lpid;
161 compat_ulong_t shm_nattch;
162 compat_ushort_t shm_atime_high;
163 compat_ushort_t shm_dtime_high;
[all …]
/linux/arch/s390/include/asm/
A Dcompat.h223 struct compat_shmid64_ds { struct
225 compat_size_t shm_segsz;
226 compat_ulong_t shm_atime;
227 compat_ulong_t shm_atime_high;
228 compat_ulong_t shm_dtime;
230 compat_ulong_t shm_ctime;
232 compat_pid_t shm_cpid;
233 compat_pid_t shm_lpid;
234 compat_ulong_t shm_nattch;
235 compat_ulong_t __unused1;
[all …]

Completed in 26 milliseconds