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

/macosx-10.10/IONetworkingFamily-101/
H A DIOOutputQueue.cpp396 IOMbufQueue * outQueues = _primaryQueues; local
411 if (IOMbufQueueGetSize(&(outQueues[priority])) > 0)
417 output( &(outQueues[priority]), &newState );
439 IOMbufQueueEnqueue( &(outQueues[i]), &(_inQueues[i]));
442 (IOMbufQueueGetSize(&(outQueues[i])) > 0))

Completed in 203 milliseconds