Lines Matching defs:semid64_ds
21 struct semid64_ds { struct
22 struct ipc64_perm sem_perm; /* permissions .. see ipc.h */
24 unsigned long sem_otime_high;
25 unsigned long sem_otime; /* last semop time */
26 unsigned long sem_ctime_high;
27 unsigned long sem_ctime; /* last change time */
29 __kernel_time_t sem_otime; /* last semop time */
30 __kernel_time_t sem_ctime; /* last change time */
32 unsigned long sem_nsems; /* no. of semaphores in array */
33 unsigned long __unused3;
34 unsigned long __unused4;