Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/include/asm/
Dcompat.h91 struct compat_shmid64_ds { struct
92 struct compat_ipc64_perm shm_perm;
93 unsigned int shm_atime_high;
94 unsigned int shm_atime;
95 unsigned int shm_dtime_high;
96 unsigned int shm_dtime;
97 unsigned int shm_ctime_high;
98 unsigned int shm_ctime;
99 unsigned int __unused4;
100 compat_size_t shm_segsz;
[all …]
/linux-5.19.10/include/asm-generic/
Dcompat.h146 struct compat_shmid64_ds { struct
147 struct compat_ipc64_perm shm_perm;
148 compat_size_t shm_segsz;
149 compat_ulong_t shm_atime;
150 compat_ulong_t shm_atime_high;
151 compat_ulong_t shm_dtime;
152 compat_ulong_t shm_dtime_high;
153 compat_ulong_t shm_ctime;
154 compat_ulong_t shm_ctime_high;
155 compat_pid_t shm_cpid;
[all …]
/linux-5.19.10/arch/parisc/include/asm/
Dcompat.h108 struct compat_shmid64_ds { struct
109 struct compat_ipc64_perm shm_perm;
110 unsigned int shm_atime_high;
111 unsigned int shm_atime;
112 unsigned int shm_dtime_high;
113 unsigned int shm_dtime;
114 unsigned int shm_ctime_high;
115 unsigned int shm_ctime;
116 unsigned int __unused4;
117 compat_size_t shm_segsz;
[all …]
/linux-5.19.10/arch/sparc/include/asm/
Dcompat.h130 struct compat_shmid64_ds { struct
131 struct compat_ipc64_perm shm_perm;
132 unsigned int shm_atime_high;
133 unsigned int shm_atime;
134 unsigned int shm_dtime_high;
135 unsigned int shm_dtime;
136 unsigned int shm_ctime_high;
137 unsigned int shm_ctime;
138 compat_size_t shm_segsz;
139 compat_pid_t shm_cpid;
[all …]
/linux-5.19.10/arch/mips/include/asm/
Dcompat.h130 struct compat_shmid64_ds { struct
131 struct compat_ipc64_perm shm_perm;
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;
[all …]