Home
last modified time | relevance | path

Searched refs:msg_qmax (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmsg_impl.h101 msgqnum_t msg_qmax; /* max # of messages on q */ member
/illumos-gate/usr/src/uts/common/os/
H A Dmsg.c652 qp->msg_qmax = rctl_enforced_value(rc_process_msgtql, in msgget()
1166 ASSERT(qp->msg_qnum <= qp->msg_qmax); in msgsnd()
1168 (qp->msg_qnum == qp->msg_qmax)) { in msgsnd()
1493 if (IPC_FREE(&qp->msg_perm) || qp->msg_qnum >= qp->msg_qmax) in msg_wakeup_senders()
1526 if (msgs_out == qp->msg_qmax || in msg_wakeup_senders()
/illumos-gate/usr/src/cmd/mdb/common/modules/ipc/
H A Dipc.c181 msqid->msg_qbytes, msqid->msg_qmax); in msq_print()