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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dmsg.h71 #define __MSGSEG ((MSGPOOL * 1024) / MSGSSZ) /* max no. of segments */ macro
72 #define MSGSEG (__MSGSEG <= 0xffff ? __MSGSEG : 0xffff)

Completed in 106 milliseconds