Home
last modified time | relevance | path

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

/Linux-v4.19/ipc/
Dshm.c1202 struct compat_shmid_ds { struct
1203 struct compat_ipc_perm shm_perm;
1204 int shm_segsz;
1205 compat_time_t shm_atime;
1206 compat_time_t shm_dtime;
1207 compat_time_t shm_ctime;
1208 compat_ipc_pid_t shm_cpid;
1209 compat_ipc_pid_t shm_lpid;
1210 unsigned short shm_nattch;
1211 unsigned short shm_unused;
[all …]