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