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

/vbox/src/VBox/VMM/include/
H A DPDMBlkCacheInternal.h125 uint32_t cbCommitDirtyThreshold; member in struct:PDMBLKCACHEGLOBAL
/vbox/src/VBox/VMM/VMMR3/
H A DPDMBlkCache.cpp764 fDirtyBytesExceeded = (cbDirty + pEntry->cbData >= pCache->cbCommitDirtyThreshold);
1038 rc = CFGMR3QueryU32Def(pCfgBlkCache, "CacheCommitThreshold", &pBlkCacheGlobal->cbCommitDirtyThreshold, pBlkCacheGlobal->cbMax / 2);
1134 LogRel(("BlkCache: Cache commit threshold is %u bytes\n", pBlkCacheGlobal->cbCommitDirtyThreshold));

Completed in 50 milliseconds