Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dmsg.h75 #define MSGMNI 32000 /* <= IPCMNI */ /* max # of msg queue identifiers */ macro
80 #define MSGPOOL (MSGMNI * MSGMNB / 1024) /* size in kbytes of message pool */
/linux-4.4.14/ipc/
Dmsg.c1025 ns->msg_ctlmni = MSGMNI; in msg_init_ns()