Searched defs:VD_DISCARD_REMOVE_THRESHOLD (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Storage/
H A DVD.cpp63 #define VD_DISCARD_REMOVE_THRESHOLD (10 * _1M) /** @todo: experiment */ macro
3351 if (pDiscard->cbDiscarding > VD_DISCARD_REMOVE_THRESHOLD)
3352 rc = vdDiscardRemoveBlocksAsync(pDisk, pIoCtx, VD_DISCARD_REMOVE_THRESHOLD);

Completed in 83 milliseconds