Home
last modified time | relevance | path

Searched refs:totalUsed (Results 1 – 25 of 267) sorted by relevance

1234567891011

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/balancer/
H A DTestBalancerWithMultipleNameNodes.java145 final long totalUsed, final long totalCapacity) throws Exception { in runBalancer() argument
146 final double avg = totalUsed*100.0/totalCapacity; in runBalancer()
148 LOG.info("BALANCER 0: totalUsed=" + totalUsed in runBalancer()
151 wait(s.clients, totalUsed, totalCapacity); in runBalancer()
160 wait(s.clients, totalUsed, totalCapacity); in runBalancer()
296 final long totalUsed = nNameNodes*usedSpacePerNN; in unevenDistribution() local
298 runBalancer(s, totalUsed, totalCapacity); in unevenDistribution()
344 final long totalUsed = totalCapacity*3/10; in runTest() local
345 final long size = (totalUsed/nNameNodes)/s.replication; in runTest()
359 runBalancer(s, totalUsed, totalCapacity); in runTest()
/dports/emulators/qmc2/qmc2-0.195_4/qmc2/
H A Dabout.cpp91 quint64 numPages, pageSize, freePages, totalSize, totalUsed, totalFree; in showEvent() local
97 totalUsed = totalSize - totalFree; in showEvent()
100 quint64 totalSize = 0, totalUsed = 0, totalFree = 0; in showEvent() local
101 winGetMemoryInfo(&totalSize, &totalUsed, &totalFree); in showEvent()
175 …) + "<br>" + tr("Free: %1 MB").arg(totalFree) + "<br>" + tr("Used: %1 MB").arg(totalUsed) + "</p>"; in showEvent()
H A Dwindows_tools.cpp135 void winGetMemoryInfo(quint64 *totalSize, quint64 *totalUsed, quint64 *totalFree) in winGetMemoryInfo() argument
142 *totalUsed = *totalSize - *totalFree; in winGetMemoryInfo()
/dports/devel/hadoop/hadoop-1.2.1/src/core/org/apache/hadoop/fs/
H A DInMemoryFileSystem.java43 private volatile long totalUsed; field in InMemoryFileSystem.RawInMemoryFileSystem
254 totalUsed -= fAttr.size; in delete()
306 totalUsed += size; in reserveSpace()
316 totalUsed -= fAttr.size; in unreserveSpace()
361 return (float)totalUsed/fsSize; in getPercentUsed()
371 if ((size <= Integer.MAX_VALUE) && ((size + totalUsed) < fsSize)) { in canFitInMemory()
/dports/net/storj/storj-1.45.3/storagenode/monitor/
H A Dmonitor.go96 totalUsed, err := service.store.SpaceUsedForPiecesAndTrash(ctx)
103 if totalUsed == 0 && freeDiskSpace < service.allocatedDiskSpace {
111 if totalUsed >= service.allocatedDiskSpace {
117 if freeDiskSpace < service.allocatedDiskSpace-totalUsed {
118 service.allocatedDiskSpace = freeDiskSpace + totalUsed
/dports/sysutils/munin-node/munin-2.0.67/plugins/javalib/org/munin/plugin/jmx/
H A DMemoryAllocatedTotal.java22 long totalUsed = heap.getUsed() + nonHeap.getUsed(); in prepareValues() local
30 memoryUsage = new MemoryUsage(totalInit, totalUsed, totalCommitted, totalMax); in prepareValues()
/dports/sysutils/munin-common/munin-2.0.67/plugins/javalib/org/munin/plugin/jmx/
H A DMemoryAllocatedTotal.java22 long totalUsed = heap.getUsed() + nonHeap.getUsed(); in prepareValues() local
30 memoryUsage = new MemoryUsage(totalInit, totalUsed, totalCommitted, totalMax); in prepareValues()
/dports/sysutils/munin-master/munin-2.0.67/plugins/javalib/org/munin/plugin/jmx/
H A DMemoryAllocatedTotal.java22 long totalUsed = heap.getUsed() + nonHeap.getUsed(); in prepareValues() local
30 memoryUsage = new MemoryUsage(totalInit, totalUsed, totalCommitted, totalMax); in prepareValues()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/utils/
H A DSkCustomTypeface.cpp419 size_t totalUsed = 0; in Deserialize() local
422 size_t used = path.readFromMemory(buffer + totalUsed, length - totalUsed); in Deserialize()
427 totalUsed += used; in Deserialize()
428 SkASSERT(length >= totalUsed); in Deserialize()
432 stream->seek(offset + totalUsed); in Deserialize()
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/src/go/plugins/vfs/fs/
H A Dfs_windows.go119 totalUsed := total - totalFree
123 Used: totalUsed,
125 PUsed: float64(totalUsed) / float64(total) * 100,
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/go/plugins/vfs/fs/
H A Dfs_windows.go119 totalUsed := total - totalFree
123 Used: totalUsed,
125 PUsed: float64(totalUsed) / float64(total) * 100,
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/go/plugins/vfs/fs/
H A Dfs_windows.go119 totalUsed := total - totalFree
123 Used: totalUsed,
125 PUsed: float64(totalUsed) / float64(total) * 100,
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/src/go/plugins/vfs/fs/
H A Dfs_windows.go119 totalUsed := total - totalFree
123 Used: totalUsed,
125 PUsed: float64(totalUsed) / float64(total) * 100,
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/src/go/plugins/vfs/fs/
H A Dfs_windows.go119 totalUsed := total - totalFree
123 Used: totalUsed,
125 PUsed: float64(totalUsed) / float64(total) * 100,
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/go/plugins/vfs/fs/
H A Dfs_windows.go119 totalUsed := total - totalFree
123 Used: totalUsed,
125 PUsed: float64(totalUsed) / float64(total) * 100,
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/src/go/plugins/vfs/fs/
H A Dfs_windows.go119 totalUsed := total - totalFree
123 Used: totalUsed,
125 PUsed: float64(totalUsed) / float64(total) * 100,
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/src/go/plugins/vfs/fs/
H A Dfs_windows.go119 totalUsed := total - totalFree
123 Used: totalUsed,
125 PUsed: float64(totalUsed) / float64(total) * 100,
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/src/go/plugins/vfs/fs/
H A Dfs_windows.go119 totalUsed := total - totalFree
123 Used: totalUsed,
125 PUsed: float64(totalUsed) / float64(total) * 100,
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/src/go/plugins/vfs/fs/
H A Dfs_windows.go119 totalUsed := total - totalFree
123 Used: totalUsed,
125 PUsed: float64(totalUsed) / float64(total) * 100,
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dstatus.c141 int totalUsed = 0; in sqlite3_db_status() local
148 totalUsed += sqlite3PagerMemUsed(pPager); in sqlite3_db_status()
152 *pCurrent = totalUsed; in sqlite3_db_status()
/dports/net/storj/storj-1.45.3/satellite/accounting/
H A Dprojectusage.go114 var totalUsed int64
123 totalUsed, err = usage.GetProjectStorageTotals(ctx, projectID)
132 if totalUsed >= limit.Int64() {
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dstatus.c224 int totalUsed = 0; in sqlite3_db_status() local
235 totalUsed += nByte; in sqlite3_db_status()
239 *pCurrent = totalUsed; in sqlite3_db_status()
/dports/audio/cantata/cantata-2.4.2/widgets/
H A Dstretchheaderview.cpp76 int totalUsed = 0; in UpdateWidths() local
96 if (totalUsed+pixels>width()) { in UpdateWidths()
99 totalUsed+=pixels; in UpdateWidths()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkRWBuffer.cpp108 size_t totalUsed = 0; in validate() local
113 totalUsed += block->fUsed; in validate()
117 SkASSERT(minUsed <= totalUsed); in validate()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dstatus.c263 int totalUsed = 0; in sqlite3_db_status() local
274 totalUsed += nByte; in sqlite3_db_status()
278 *pCurrent = totalUsed; in sqlite3_db_status()

1234567891011