Searched refs:MSGMNI (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
59 * MSGMNI is the upper limit for the number of messages queues per
77 #define MSGMNI 32000 /* <= IPCMNI */ /* max # of msg queue identifiers */ macro
82 #define MSGPOOL (MSGMNI * MSGMNB / 1024) /* size in kbytes of message pool */
/linux-master/ipc/
H A Dmsg.c1312 ns->msg_ctlmni = MSGMNI;

Completed in 402 milliseconds