Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dmsg.h83 #define MSGSSZ 16 /* message segment size */ macro
84 #define __MSGSEG ((MSGPOOL * 1024) / MSGSSZ) /* max no. of segments */
/linux-4.4.14/ipc/
Dmsg.c441 msginfo.msgssz = MSGSSZ; in msgctl_nolock()