Searched refs:MSGMNB (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.h64 #define MSGMNB 16384 /* <= INT_MAX */ /* default max size of a message queue */ macro
67 #define MSGPOOL (MSGMNI * MSGMNB / 1024) /* size in kbytes of message pool */
68 #define MSGTQL MSGMNB /* number of system message headers */
69 #define MSGMAP MSGMNB /* number of entries in message map */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/ipc/
H A Dmsg.c94 / MSGMNB;
114 ns->msg_ctlmnb = MSGMNB;

Completed in 51 milliseconds