Searched refs:poolStart (Results 1 – 1 of 1) sorted by relevance
268 UINTPTR poolStart, poolEnd; in OsMemboxExcInfoGetSub() local281 poolStart = (UINTPTR)pool; in OsMemboxExcInfoGetSub()282 poolEnd = poolStart + pool->uwBlkSize * pool->uwBlkNum + sizeof(LOS_MEMBOX_INFO); in OsMemboxExcInfoGetSub()285 if (((UINTPTR)node < poolStart) || ((UINTPTR)node >= poolEnd)) { in OsMemboxExcInfoGetSub()