Searched refs:cacheTotal (Results 1 – 2 of 2) sorted by relevance
308 final long cacheTotal = getCacheBytes(volumeUuid, PLATFORM_PACKAGE_NAME); in getFreeBytes() local310 final long cacheClearable = Math.max(0, cacheTotal - cacheReserved); in getFreeBytes()
4012 final long cacheTotal = stats.getCacheBytes(volumeUuid); in getAllocatableBytes() local4014 cacheClearable = Math.max(0, cacheTotal - cacheReserved); in getAllocatableBytes()