Contents

adjustBusy

Adjusts the busyState of an IOService object.

Declaration

virtual void adjustBusy(
 SInt32delta );

Parameters

  • delta:

    The delta to be applied to the IOService object's busyState.

Overview

Applies a delta to an IOService object's busyState. A change in the busyState to or from zero will change the IOService object's provider's busyState by one (in the same direction).

See Also

Miscellaneous