Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dmsg.h82 #define MSGPOOL (MSGMNI * MSGMNB / 1024) /* size in kbytes of message pool */ macro
86 #define __MSGSEG ((MSGPOOL * 1024) / MSGSSZ) /* max no. of segments */
/Linux-v5.4/ipc/
Dmsg.c483 msginfo->msgpool = MSGPOOL; in msgctl_info()