Home
last modified time | relevance | path

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

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