Searched refs:u32ShmMaxSize (Results 1 – 1 of 1) sorted by relevance
3536 MS_U32 u32ShmMaxSize; in MsOS_SHM_GetId() local3595 u32ShmMaxSize = MsOS_GetSHMSize(); in MsOS_SHM_GetId()3596 if ((_ShmHdr.u32Offset + u32BufSize) > u32ShmMaxSize) in MsOS_SHM_GetId()3603 if ((_ShmHdr.u32ShmSize + u32ExpandSize) > u32ShmMaxSize) in MsOS_SHM_GetId()3605 u32ExpandSize = u32ShmMaxSize - (_ShmHdr.u32ShmSize); in MsOS_SHM_GetId()