Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dmsg.h85 #define MSGSSZ 16 /* message segment size */ macro
86 #define __MSGSEG ((MSGPOOL * 1024) / MSGSSZ) /* max no. of segments */
/openbmc/linux/ipc/
H A Dmsg.c496 msginfo->msgssz = MSGSSZ; in msgctl_info()