Home
last modified time | relevance | path

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

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