Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/include/uapi/asm/
Dsembuf.h15 struct semid64_ds { struct
24 struct semid64_ds { argument
25 struct ipc64_perm sem_perm; /* permissions .. see ipc.h */
26 unsigned long sem_otime; /* last semop time */
27 unsigned long sem_ctime; /* last change time */
28 unsigned long sem_nsems; /* no. of semaphores in array */
29 unsigned long sem_otime_high;
30 unsigned long sem_ctime_high;
/Linux-v5.4/arch/xtensa/include/uapi/asm/
Dsembuf.h26 struct semid64_ds { struct
27 struct ipc64_perm sem_perm; /* permissions .. see ipc.h */
29 unsigned long sem_otime; /* last semop time */
30 unsigned long sem_otime_high;
31 unsigned long sem_ctime; /* last change time */
32 unsigned long sem_ctime_high;
34 unsigned long sem_otime_high;
35 unsigned long sem_otime; /* last semop time */
36 unsigned long sem_ctime_high;
37 unsigned long sem_ctime; /* last change time */
[all …]
/Linux-v5.4/arch/x86/include/uapi/asm/
Dsembuf.h16 struct semid64_ds { struct
17 struct ipc64_perm sem_perm; /* permissions .. see ipc.h */
19 unsigned long sem_otime; /* last semop time */
20 unsigned long sem_otime_high;
21 unsigned long sem_ctime; /* last change time */
22 unsigned long sem_ctime_high;
24 __kernel_time_t sem_otime; /* last semop time */
25 __kernel_ulong_t __unused1;
26 __kernel_time_t sem_ctime; /* last change time */
27 __kernel_ulong_t __unused2;
[all …]
/Linux-v5.4/arch/powerpc/include/uapi/asm/
Dsembuf.h21 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;
[all …]
/Linux-v5.4/include/uapi/asm-generic/
Dsembuf.h29 struct semid64_ds { struct
30 struct ipc64_perm sem_perm; /* permissions .. see ipc.h */
32 __kernel_time_t sem_otime; /* last semop time */
33 __kernel_time_t sem_ctime; /* last change time */
35 unsigned long sem_otime; /* last semop time */
36 unsigned long sem_otime_high;
37 unsigned long sem_ctime; /* last change time */
38 unsigned long sem_ctime_high;
40 unsigned long sem_nsems; /* no. of semaphores in array */
41 unsigned long __unused3;
[all …]
/Linux-v5.4/arch/sparc/include/uapi/asm/
Dsembuf.h14 struct semid64_ds { struct
15 struct ipc64_perm sem_perm; /* permissions .. see ipc.h */
17 __kernel_time_t sem_otime; /* last semop time */
18 __kernel_time_t sem_ctime; /* last change time */
20 unsigned long sem_otime_high;
21 unsigned long sem_otime; /* last semop time */
22 unsigned long sem_ctime_high;
23 unsigned long sem_ctime; /* last change time */
25 unsigned long sem_nsems; /* no. of semaphores in array */
26 unsigned long __unused1;
[all …]
/Linux-v5.4/arch/parisc/include/uapi/asm/
Dsembuf.h16 struct semid64_ds { struct
17 struct ipc64_perm sem_perm; /* permissions .. see ipc.h */
19 __kernel_time_t sem_otime; /* last semop time */
20 __kernel_time_t sem_ctime; /* last change time */
22 unsigned long sem_otime_high;
23 unsigned long sem_otime; /* last semop time */
24 unsigned long sem_ctime_high;
25 unsigned long sem_ctime; /* last change time */
27 unsigned long sem_nsems; /* no. of semaphores in array */
28 unsigned long __unused1;
[all …]