taglinefilesource code
MSGMNB59include/linux/msg.h#define MSGPOOL (MSGMNI*MSGMNB/1024)  /* size in kilobytes of message pool */
MSGMNB60include/linux/msg.h#define MSGTQL  MSGMNB            /* number of system message headers */
MSGMNB61include/linux/msg.h#define MSGMAP  MSGMNB            /* number of entries in message map */
MSGMNB259ipc/msg.cmsq->msg_qbytes = MSGMNB;
MSGMNB336ipc/msg.cmsginfo.msgmnb = MSGMNB;
MSGMNB406ipc/msg.cif (tbuf.msg_qbytes > MSGMNB && !suser())