Home
last modified time | relevance | path

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

/xnu-8796.121.2/iokit/Kernel/
H A DIORangeAllocator.cpp201 IORangeScalar thisStart, thisEnd; in allocate() local
221 thisEnd = elements[index].end; in allocate()
225 ok = (dataEnd <= thisEnd); in allocate()
228 if (dataEnd != thisEnd) { in allocate()
232 elements[index].end = thisEnd; in allocate()
240 if (dataEnd != thisEnd) { in allocate()
262 IORangeScalar thisStart, thisEnd; in allocateRange() local
280 thisEnd = elements[index].end; in allocateRange()
285 found = (dataEnd <= thisEnd); in allocateRange()
289 if (dataEnd != thisEnd) { in allocateRange()
[all …]