Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/include/asm/
A Dcompat.h91 struct compat_shmid64_ds { struct
94 unsigned int shm_atime;
96 unsigned int shm_dtime;
98 unsigned int shm_ctime;
99 unsigned int __unused4;
100 compat_size_t shm_segsz;
101 compat_pid_t shm_cpid;
102 compat_pid_t shm_lpid;
103 compat_ulong_t shm_nattch;
104 compat_ulong_t __unused5;
[all …]
/linux-6.3-rc2/include/asm-generic/
A Dcompat.h151 struct compat_shmid64_ds { struct
153 compat_size_t shm_segsz;
154 compat_ulong_t shm_atime;
155 compat_ulong_t shm_atime_high;
156 compat_ulong_t shm_dtime;
158 compat_ulong_t shm_ctime;
160 compat_pid_t shm_cpid;
161 compat_pid_t shm_lpid;
162 compat_ulong_t shm_nattch;
163 compat_ulong_t __unused4;
[all …]
/linux-6.3-rc2/arch/parisc/include/asm/
A Dcompat.h108 struct compat_shmid64_ds { struct
111 unsigned int shm_atime;
113 unsigned int shm_dtime;
115 unsigned int shm_ctime;
116 unsigned int __unused4;
117 compat_size_t shm_segsz;
118 compat_pid_t shm_cpid;
119 compat_pid_t shm_lpid;
120 compat_ulong_t shm_nattch;
121 compat_ulong_t __unused5;
[all …]
/linux-6.3-rc2/arch/sparc/include/asm/
A Dcompat.h130 struct compat_shmid64_ds { struct
132 unsigned int shm_atime_high;
133 unsigned int shm_atime;
135 unsigned int shm_dtime;
137 unsigned int shm_ctime;
138 compat_size_t shm_segsz;
139 compat_pid_t shm_cpid;
140 compat_pid_t shm_lpid;
141 unsigned int shm_nattch;
142 unsigned int __unused1;
[all …]
/linux-6.3-rc2/arch/mips/include/asm/
A Dcompat.h130 struct compat_shmid64_ds { struct
132 compat_size_t shm_segsz;
133 compat_ulong_t shm_atime;
134 compat_ulong_t shm_dtime;
135 compat_ulong_t shm_ctime;
136 compat_pid_t shm_cpid;
137 compat_pid_t shm_lpid;
138 compat_ulong_t shm_nattch;
139 compat_ushort_t shm_atime_high;
140 compat_ushort_t shm_dtime_high;
[all …]

Completed in 9 milliseconds