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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dmsg.h56 * up to 8MB : msgmni = 16 (MSGMNI)
62 #define MSGMNI 16 /* <= IPCMNI */ /* max # of msg queue identifiers */ macro
67 #define MSGPOOL (MSGMNI * MSGMNB / 1024) /* size in kbytes of message pool */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/ipc/
H A Dmsg.c84 * This should be done staying within the (MSGMNI , IPCMNI/nr_ipc_ns) range.
98 if (allowed < MSGMNI) {
99 ns->msg_ctlmni = MSGMNI;

Completed in 62 milliseconds