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