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