Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dmsg.h57 #define MSGPOOL (MSGMNI*MSGMNB/1024) /* size in kilobytes of message pool */ macro
61 #define __MSGSEG ((MSGPOOL*1024)/ MSGSSZ) /* max no. of segments */
/linux-2.4.37.9/ipc/
Dmsg.c460 msginfo.msgpool = MSGPOOL; in sys_msgctl()