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

/vbox/src/VBox/Storage/
H A DVMDK.cpp335 #define VMDK_GT_CACHE_SIZE 256 macro
401 VMDKGTCACHEENTRY aGTCache[VMDK_GT_CACHE_SIZE];
2938 for (unsigned j = 0; j < VMDK_GT_CACHE_SIZE; j++)
2943 pImage->pGTCache->cEntries = VMDK_GT_CACHE_SIZE;
4646 || pExtent->cGTEntries > VMDK_GT_CACHE_SIZE * VMDK_GT_CACHELINE_SIZE

Completed in 65 milliseconds