Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/include/uapi/asm/
Dmsgbuf.h17 struct msqid64_ds { struct
31 struct msqid64_ds { argument
48 struct msqid64_ds { argument
49 struct ipc64_perm msg_perm;
50 unsigned long msg_stime; /* last msgsnd time */
51 unsigned long msg_stime_high;
52 unsigned long msg_rtime; /* last msgrcv time */
53 unsigned long msg_rtime_high;
54 unsigned long msg_ctime; /* last change time */
55 unsigned long msg_ctime_high;
[all …]
/linux-5.19.10/arch/xtensa/include/uapi/asm/
Dmsgbuf.h22 struct msqid64_ds { struct
23 struct ipc64_perm msg_perm;
25 unsigned long msg_stime_high;
26 unsigned long msg_stime; /* last msgsnd time */
27 unsigned long msg_rtime_high;
28 unsigned long msg_rtime; /* last msgrcv time */
29 unsigned long msg_ctime_high;
30 unsigned long msg_ctime; /* last change time */
32 unsigned long msg_stime; /* last msgsnd time */
33 unsigned long msg_stime_high;
[all …]
/linux-5.19.10/include/uapi/asm-generic/
Dmsgbuf.h26 struct msqid64_ds { struct
27 struct ipc64_perm msg_perm;
29 long msg_stime; /* last msgsnd time */
30 long msg_rtime; /* last msgrcv time */
31 long msg_ctime; /* last change time */
33 unsigned long msg_stime; /* last msgsnd time */
34 unsigned long msg_stime_high;
35 unsigned long msg_rtime; /* last msgrcv time */
36 unsigned long msg_rtime_high;
37 unsigned long msg_ctime; /* last change time */
[all …]
/linux-5.19.10/arch/powerpc/include/uapi/asm/
Dmsgbuf.h13 struct msqid64_ds { struct
14 struct ipc64_perm msg_perm;
16 long msg_stime; /* last msgsnd time */
17 long msg_rtime; /* last msgrcv time */
18 long msg_ctime; /* last change time */
20 unsigned long msg_stime_high;
21 unsigned long msg_stime; /* last msgsnd time */
22 unsigned long msg_rtime_high;
23 unsigned long msg_rtime; /* last msgrcv time */
24 unsigned long msg_ctime_high;
[all …]
/linux-5.19.10/arch/sparc/include/uapi/asm/
Dmsgbuf.h15 struct msqid64_ds { struct
16 struct ipc64_perm msg_perm;
18 long msg_stime; /* last msgsnd time */
19 long msg_rtime; /* last msgrcv time */
20 long msg_ctime; /* last change time */
22 unsigned long msg_stime_high;
23 unsigned long msg_stime; /* last msgsnd time */
24 unsigned long msg_rtime_high;
25 unsigned long msg_rtime; /* last msgrcv time */
26 unsigned long msg_ctime_high;
[all …]
/linux-5.19.10/arch/parisc/include/uapi/asm/
Dmsgbuf.h17 struct msqid64_ds { struct
18 struct ipc64_perm msg_perm;
20 long msg_stime; /* last msgsnd time */
21 long msg_rtime; /* last msgrcv time */
22 long msg_ctime; /* last change time */
24 unsigned long msg_stime_high;
25 unsigned long msg_stime; /* last msgsnd time */
26 unsigned long msg_rtime_high;
27 unsigned long msg_rtime; /* last msgrcv time */
28 unsigned long msg_ctime_high;
[all …]
/linux-5.19.10/arch/x86/include/uapi/asm/
Dmsgbuf.h19 struct msqid64_ds { struct
20 struct ipc64_perm msg_perm;
21 __kernel_long_t msg_stime; /* last msgsnd time */
22 __kernel_long_t msg_rtime; /* last msgrcv time */
23 __kernel_long_t msg_ctime; /* last change time */
24 __kernel_ulong_t msg_cbytes; /* current number of bytes on queue */
25 __kernel_ulong_t msg_qnum; /* number of messages in queue */
26 __kernel_ulong_t msg_qbytes; /* max number of bytes on queue */
27 __kernel_pid_t msg_lspid; /* pid of last msgsnd */
28 __kernel_pid_t msg_lrpid; /* last receive pid */
[all …]