MSGMNB             82 include/uapi/linux/msg.h #define MSGPOOL (MSGMNI * MSGMNB / 1024) /* size in kbytes of message pool */
MSGMNB             83 include/uapi/linux/msg.h #define MSGTQL  MSGMNB            /* number of system message headers */
MSGMNB             84 include/uapi/linux/msg.h #define MSGMAP  MSGMNB            /* number of entries in message map */
MSGMNB           1270 ipc/msg.c      	ns->msg_ctlmnb = MSGMNB;