Lines Matching +full:last +full:- +full:used
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
17 /* Obsolete, used only for backwards compatibility and libc5 compiles */
21 struct msg *msg_last; /* last message in queue,unused */
22 __kernel_old_time_t msg_stime; /* last msgsnd time */
23 __kernel_old_time_t msg_rtime; /* last msgrcv time */
24 __kernel_old_time_t msg_ctime; /* last change time */
30 __kernel_ipc_pid_t msg_lspid; /* pid of last msgsnd */
31 __kernel_ipc_pid_t msg_lrpid; /* last receive pid */
65 * MSGMNB is the default size of a new message queue. Non-root tasks can
69 * 16384 is used because it was always used (since 0.99.10)
72 * (per-namespace) limit that applies for all message queues.