Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/include/uapi/asm/
Dmsgbuf.h16 struct msqid64_ds { struct
30 struct msqid64_ds { argument
47 struct msqid64_ds { argument
48 struct ipc64_perm msg_perm;
49 unsigned long msg_stime; /* last msgsnd time */
50 unsigned long msg_stime_high;
51 unsigned long msg_rtime; /* last msgrcv time */
52 unsigned long msg_rtime_high;
53 unsigned long msg_ctime; /* last change time */
54 unsigned long msg_ctime_high;
[all …]
/Linux-v4.19/arch/xtensa/include/uapi/asm/
Dmsgbuf.h20 struct msqid64_ds { struct
21 struct ipc64_perm msg_perm;
23 unsigned long msg_stime_high;
24 unsigned long msg_stime; /* last msgsnd time */
25 unsigned long msg_rtime_high;
26 unsigned long msg_rtime; /* last msgrcv time */
27 unsigned long msg_ctime_high;
28 unsigned long msg_ctime; /* last change time */
30 unsigned long msg_stime; /* last msgsnd time */
31 unsigned long msg_stime_high;
[all …]
/Linux-v4.19/arch/sparc/include/uapi/asm/
Dmsgbuf.h13 struct msqid64_ds { struct
14 struct ipc64_perm msg_perm;
16 __kernel_time_t msg_stime; /* last msgsnd time */
17 __kernel_time_t msg_rtime; /* last msgrcv time */
18 __kernel_time_t 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-v4.19/arch/powerpc/include/uapi/asm/
Dmsgbuf.h11 struct msqid64_ds { struct
12 struct ipc64_perm msg_perm;
14 __kernel_time_t msg_stime; /* last msgsnd time */
15 __kernel_time_t msg_rtime; /* last msgrcv time */
16 __kernel_time_t msg_ctime; /* last change time */
18 unsigned long msg_stime_high;
19 unsigned long msg_stime; /* last msgsnd time */
20 unsigned long msg_rtime_high;
21 unsigned long msg_rtime; /* last msgrcv time */
22 unsigned long msg_ctime_high;
[all …]
/Linux-v4.19/arch/parisc/include/uapi/asm/
Dmsgbuf.h16 struct msqid64_ds { struct
17 struct ipc64_perm msg_perm;
19 __kernel_time_t msg_stime; /* last msgsnd time */
20 __kernel_time_t msg_rtime; /* last msgrcv time */
21 __kernel_time_t msg_ctime; /* last change time */
23 unsigned long msg_stime_high;
24 unsigned long msg_stime; /* last msgsnd time */
25 unsigned long msg_rtime_high;
26 unsigned long msg_rtime; /* last msgrcv time */
27 unsigned long msg_ctime_high;
[all …]
/Linux-v4.19/include/uapi/asm-generic/
Dmsgbuf.h24 struct msqid64_ds { struct
25 struct ipc64_perm msg_perm;
27 __kernel_time_t msg_stime; /* last msgsnd time */
28 __kernel_time_t msg_rtime; /* last msgrcv time */
29 __kernel_time_t msg_ctime; /* last change time */
31 unsigned long msg_stime; /* last msgsnd time */
32 unsigned long msg_stime_high;
33 unsigned long msg_rtime; /* last msgrcv time */
34 unsigned long msg_rtime_high;
35 unsigned long msg_ctime; /* last change time */
[all …]
/Linux-v4.19/arch/x86/include/uapi/asm/
Dmsgbuf.h16 struct msqid64_ds { struct
17 struct ipc64_perm msg_perm;
18 __kernel_time_t msg_stime; /* last msgsnd time */
19 __kernel_time_t msg_rtime; /* last msgrcv time */
20 __kernel_time_t msg_ctime; /* last change time */
21 __kernel_ulong_t msg_cbytes; /* current number of bytes on queue */
22 __kernel_ulong_t msg_qnum; /* number of messages in queue */
23 __kernel_ulong_t msg_qbytes; /* max number of bytes on queue */
24 __kernel_pid_t msg_lspid; /* pid of last msgsnd */
25 __kernel_pid_t msg_lrpid; /* last receive pid */
[all …]