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

/vbox/src/VBox/Runtime/r3/linux/
H A Dsystemmem-linux.cpp73 uint64_t cbCached = 0; local
84 rc = RTStrToUInt64Ex(RTStrStripL(&sz[sizeof("Cached:")]), NULL, 0, &cbCached);
91 *pcb = (cbFree + cbBuffers + cbCached) * _1K;
/vbox/src/VBox/VMM/include/
H A DPDMBlkCacheInternal.h96 uint32_t cbCached; member in struct:PDMBLKLRULIST
109 uint32_t cbCached; member in struct:PDMBLKCACHEGLOBAL

Completed in 43 milliseconds