Home
last modified time | relevance | path

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

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