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

/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp614 _adjustBusy( -busy );
625 newProvider->_adjustBusy(1);
636 if( adjParent) provider->_adjustBusy( -1 );
740 if( needConfig) prevBusy = _adjustBusy( 1 );
1929 victim->_adjustBusy( 1 );
3197 _adjustBusy( adjBusy );
3473 _adjustBusy( -1 );
3477 UInt32 IOService::_adjustBusy( SInt32 delta ) function in class:IOService
3557 _adjustBusy( delta );
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h1376 UInt32 _adjustBusy( SInt32 delta );

Completed in 139 milliseconds