VirtualBox

Changeset 44397 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Jan 27, 2013 8:23:39 PM (12 years ago)
Author:
vboxsync
Message:

AsyncCompletion: Only use range locks if the request is unaligned, pass everything through otherwise

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/PDMAsyncCompletionFileInternal.h

    r43624 r44397  
    4545
    4646/** Enable for delay injection from the debugger. */
    47 #if 0
     47#if 1
    4848# define PDM_ASYNC_COMPLETION_FILE_WITH_DELAY
    4949#endif
     
    428428         */
    429429        PAVLRFOFFTREE                              pTreeRangesLocked;
     430        /** Number of requests with a range lock active. */
     431        unsigned                                   cLockedReqsActive;
    430432        /** Number of requests currently being processed for this endpoint
    431433         * (excluded flush requests). */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette