Go to the documentation of this file. 1 #ifndef _UAPI_LINUX_MSG_H
2 #define _UAPI_LINUX_MSG_H
11 #define MSG_NOERROR 010000
12 #define MSG_EXCEPT 020000
32 #include <asm/msgbuf.h>
60 #define MSG_MEM_SCALE 32
67 #define MSGPOOL (MSGMNI * MSGMNB / 1024)
71 #define __MSGSEG ((MSGPOOL * 1024) / MSGSSZ)
72 #define MSGSEG (__MSGSEG <= 0xffff ? __MSGSEG : 0xffff)