Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dmsg.h70 #define MSGSSZ 16 /* message segment size */ macro
71 #define __MSGSEG ((MSGPOOL * 1024) / MSGSSZ) /* max no. of segments */
/linux-2.6.39/ipc/
Dmsg.c503 msginfo.msgssz = MSGSSZ; in SYSCALL_DEFINE3()