Searched refs:cacheTotal (Results 1 – 3 of 3) sorted by relevance
210 final long cacheTotal = getCacheBytes(volumeUuid, PLATFORM_PACKAGE_NAME); in getFreeBytes() local212 final long cacheClearable = Math.max(0, cacheTotal - cacheReserved); in getFreeBytes()
1312 int64_t cacheTotal = 0; in freeCache() local1321 cacheTotal += it.second->cacheUsed; in freeCache()1339 if (cacheReservedBytes > 0 && cleared >= (cacheTotal - cacheReservedBytes)) { in freeCache()
3216 final long cacheTotal = stats.getCacheBytes(volumeUuid); in getAllocatableBytes() local3218 final long cacheClearable = Math.max(0, cacheTotal - cacheReserved); in getAllocatableBytes()