Searched refs:allocElement (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/
H A DIORangeAllocator.h64 virtual bool allocElement( UInt32 index );
/darwin-on-arm/xnu/iokit/Kernel/
H A DIORangeAllocator.cpp137 bool IORangeAllocator::allocElement( UInt32 index ) function in class:IORangeAllocator
216 if( allocElement( index + 1 )) {
271 found = allocElement( index + 1 );
324 } else if( allocElement( index)) {

Completed in 21 milliseconds