Searched refs:MSGMNB (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dmsg.h56 * MSGMNI, MSGMAX and MSGMNB are default values which can be
65 * MSGMNB is the default size of a new message queue. Non-root tasks can
73 * It's set to 1/2 of MSGMNB, to ensure that at least two messages fit into
79 #define MSGMNB 16384 /* <= INT_MAX */ /* default max size of a message queue */ macro
82 #define MSGPOOL (MSGMNI * MSGMNB / 1024) /* size in kbytes of message pool */
83 #define MSGTQL MSGMNB /* number of system message headers */
84 #define MSGMAP MSGMNB /* number of entries in message map */
/linux-master/ipc/
H A Dmsg.c1311 ns->msg_ctlmnb = MSGMNB;

Completed in 113 milliseconds