Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOSharedDataQueue.h81 Boolean setQueueSize(UInt32 size);
/xnu-11215/iokit/Kernel/
H A DIOSharedDataQueue.cpp115 if (!setQueueSize(size)) { in initWithCapacity()
409 IOSharedDataQueue::setQueueSize(UInt32 size) in setQueueSize() function in IOSharedDataQueue