MSGMNB 67 include/linux/msg.h #define MSGPOOL (MSGMNI * MSGMNB / 1024) /* size in kbytes of message pool */ MSGMNB 68 include/linux/msg.h #define MSGTQL MSGMNB /* number of system message headers */ MSGMNB 69 include/linux/msg.h #define MSGMAP MSGMNB /* number of entries in message map */ MSGMNB 95 ipc/msg.c / MSGMNB; MSGMNB 115 ipc/msg.c ns->msg_ctlmnb = MSGMNB;