Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dmsg.h62 #define MSGMNI 16 /* <= IPCMNI */ /* max # of msg queue identifiers */ macro
67 #define MSGPOOL (MSGMNI * MSGMNB / 1024) /* size in kbytes of message pool */
/linux-2.6.39/ipc/
Dmsg.c98 if (allowed < MSGMNI) { in recompute_msgmni()
99 ns->msg_ctlmni = MSGMNI; in recompute_msgmni()