Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dmsg.h67 #define MSGPOOL (MSGMNI * MSGMNB / 1024) /* size in kbytes of message pool */ macro
71 #define __MSGSEG ((MSGPOOL * 1024) / MSGSSZ) /* max no. of segments */
/linux-2.6.39/ipc/
Dmsg.c512 msginfo.msgpool = MSGPOOL; in SYSCALL_DEFINE3()