Home
last modified time | relevance | path

Searched refs:nextStart (Results 1 – 1 of 1) sorted by relevance

/kernel/liteos_a/kernel/base/vm/
Dlos_vm_map.c369 VADDR_T nextStart; in OsAllocRange() local
377 nextStart = curRegion->range.base; in OsAllocRange()
378 if (nextStart < curEnd) { in OsAllocRange()
381 if ((nextStart - curEnd) >= len) { in OsAllocRange()
391 nextStart = curRegion->range.base; in OsAllocRange()
392 if (nextStart < curEnd) { in OsAllocRange()
395 if ((nextStart - curEnd) >= len) { in OsAllocRange()
403 nextStart = vmSpace->mapBase + vmSpace->mapSize; in OsAllocRange()
404 if ((nextStart >= curEnd) && ((nextStart - curEnd) >= len)) { in OsAllocRange()