Lines Matching defs:shmid64_ds
27 struct shmid64_ds { struct
28 struct ipc64_perm shm_perm; /* operation perms */
29 __kernel_size_t shm_segsz; /* size of segment (bytes) */
31 long shm_atime; /* last attach time */
32 long shm_dtime; /* last detach time */
33 long shm_ctime; /* last change time */
35 unsigned long shm_atime; /* last attach time */
36 unsigned long shm_atime_high;
37 unsigned long shm_dtime; /* last detach time */
38 unsigned long shm_dtime_high;
39 unsigned long shm_ctime; /* last change time */
40 unsigned long shm_ctime_high;
42 __kernel_pid_t shm_cpid; /* pid of creator */
43 __kernel_pid_t shm_lpid; /* pid of last operator */
44 unsigned long shm_nattch; /* no. of current attaches */
45 unsigned long __unused4;
46 unsigned long __unused5;