Searched refs:__MSGSEG (Results 1 - 1 of 1) sorted by relevance

/linux-master/include/uapi/linux/
H A Dmsg.h86 #define __MSGSEG ((MSGPOOL * 1024) / MSGSSZ) /* max no. of segments */ macro
87 #define MSGSEG (__MSGSEG <= 0xffff ? __MSGSEG : 0xffff)

Completed in 252 milliseconds