Searched refs:poolEnd (Results 1 – 3 of 3) sorted by relevance
268 UINTPTR poolStart, poolEnd; in OsMemboxExcInfoGetSub() local282 poolEnd = poolStart + pool->uwBlkSize * pool->uwBlkNum + sizeof(LOS_MEMBOX_INFO); in OsMemboxExcInfoGetSub()285 if (((UINTPTR)node < poolStart) || ((UINTPTR)node >= poolEnd)) { in OsMemboxExcInfoGetSub()
927 UINTPTR poolEnd; local929 poolEnd = (UINTPTR)nextPool + LOS_MemPoolSizeGet(nextPool);931 (((UINTPTR)pool < poolEnd) && (((UINTPTR)pool + size) >= poolEnd))) {
904 UINTPTR poolEnd; in OsMemPoolAdd() local906 poolEnd = (UINTPTR)nextPool + LOS_MemPoolSizeGet(nextPool); in OsMemPoolAdd()908 (((UINTPTR)pool < poolEnd) && (((UINTPTR)pool + size) >= poolEnd))) { in OsMemPoolAdd()