Lines Matching defs:shmid64_ds
17 struct shmid64_ds { struct
30 struct shmid64_ds { argument
31 struct ipc64_perm shm_perm; /* operation perms */
32 size_t shm_segsz; /* size of segment (bytes) */
33 unsigned long shm_atime; /* last attach time */
34 unsigned long shm_dtime; /* last detach time */
35 unsigned long shm_ctime; /* last change time */
36 __kernel_pid_t shm_cpid; /* pid of creator */
37 __kernel_pid_t shm_lpid; /* pid of last operator */
38 unsigned long shm_nattch; /* no. of current attaches */
39 unsigned short shm_atime_high;
40 unsigned short shm_dtime_high;
41 unsigned short shm_ctime_high;
42 unsigned short __unused1;