/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/src/ |
H A D | macgc.c | 54 FreeMemoryStats stats; local 56 memtotal(heapSize, &stats); // How much can we allcoate? 58 if (stats.maxBlockSize < heapSize) 59 heapSize = stats.maxBlockSize;
|
/vbox/src/libs/xpcom18a4/nsprpub/lib/ds/ |
H A D | plarena.c | 58 #define COUNT(pool,what) (pool)->stats.what++ 123 memset(&pool->stats, 0, sizeof pool->stats); 124 pool->stats.name = strdup(name); 125 pool->stats.next = arena_stats_list; 126 arena_stats_list = &pool->stats; 316 PLArenaStats *stats, **statsp; local 318 if (pool->stats.name) 319 PR_DELETE(pool->stats.name); 320 for (statsp = &arena_stats_list; (stats 405 PLArenaStats *stats; local [all...] |
H A D | plarena.h | 89 PLArenaStats stats; member in struct:PLArenaPool 168 #define PL_COUNT_ARENA(pool,op) ((pool)->stats.narenas op)
|
/vbox/src/VBox/Devices/PC/ipxe/src/usr/ |
H A D | ifmgmt.c | 68 * @v stats Network device statistics 71 static void ifstat_errors ( struct net_device_stats *stats, argument 75 for ( i = 0 ; i < ( sizeof ( stats->errors ) / 76 sizeof ( stats->errors[0] ) ) ; i++ ) { 77 if ( stats->errors[i].count ) 79 stats->errors[i].count, 80 strerror ( stats->errors[i].rc ) );
|
/vbox/src/libs/xpcom18a4/xpcom/ds/ |
H A D | pldhash.c | 254 METER(memset(&table->stats, 0, sizeof table->stats)); 369 METER(table->stats.removeEnums++); 389 METER(table->stats.searches++); 399 METER(table->stats.misses++); 406 METER(table->stats.hits++); 425 METER(table->stats.steps++); 431 METER(table->stats.misses++); 437 METER(table->stats.hits++); 536 METER(table->stats [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/igbvf/ |
H A D | igbvf_mbx.c | 223 hw->mbx.stats.reqs++; 244 hw->mbx.stats.acks++; 266 hw->mbx.stats.rsts++; 325 /* update stats */ 326 hw->mbx.stats.msgs_tx++; 364 /* update stats */ 365 hw->mbx.stats.msgs_rx++; 396 mbx->stats.msgs_tx = 0; 397 mbx->stats.msgs_rx = 0; 398 mbx->stats [all...] |
H A D | igbvf.h | 152 struct igbvf_queue_stats stats; 204 /* Tx stats */ 216 /* Rx stats */ 231 spinlock_t stats_lock; /* prevent concurrent stats updates */ 240 struct e1000_vf_stats stats;
|
/vbox/src/libs/xpcom18a4/xpcom/base/ |
H A D | nsTraceRefcntImpl.cpp | 248 static void Clear(nsTraceRefcntStats* stats) { argument 249 stats->mAddRefs = 0; 250 stats->mReleases = 0; 251 stats->mCreates = 0; 252 stats->mDestroys = 0; 253 stats->mRefsOutstandingTotal = 0; 254 stats->mRefsOutstandingSquared = 0; 255 stats->mObjsOutstandingTotal = 0; 256 stats->mObjsOutstandingSquared = 0; 347 static PRBool HaveLeaks(nsTraceRefcntStats* stats) { argument 362 nsTraceRefcntStats* stats = (type == nsTraceRefcntImpl::NEW_STATS) ? &mNewStats : &mAllStats; local [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/include/ |
H A D | plresolv.h | 99 PLResolveStats stats; member in struct:PLResoveInfo
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | many_cv.c | 73 PRBool stats = PR_FALSE; local 84 stats = PR_TRUE;
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/ |
H A D | dcetypes.idl | 96 unsigned32 stats[1]; /* length_is (count) */
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/ |
H A D | ani.h | 27 #define BEACON_RSSI(ahp) (ahp->stats.avgbrssi) 159 #define ah_mibStats stats.ast_mibstats
|
H A D | ath9k_ani.c | 114 struct ath9k_mib_stats *stats) 116 stats->ackrcv_bad += REG_READ(ah, AR_ACK_FAIL); 117 stats->rts_bad += REG_READ(ah, AR_RTS_FAIL); 118 stats->fcs_bad += REG_READ(ah, AR_FCS_FAIL); 119 stats->rts_good += REG_READ(ah, AR_RTS_OK); 120 stats->beacons += REG_READ(ah, AR_BEACON_CNT); 477 ah->stats.ast_ani_reset++; 550 ah->stats.ast_ani_lneg++; 586 ah->stats.ast_ani_ofdmerrs += 591 ah->stats 113 ath9k_hw_update_mibstats(struct ath_hw *ah, struct ath9k_mib_stats *stats) argument [all...] |
H A D | ath9k_ar5008_phy.c | 1090 ah->stats.ast_ani_niup++; 1092 ah->stats.ast_ani_nidown++; 1146 ah->stats.ast_ani_ofdmon++; 1148 ah->stats.ast_ani_ofdmoff++; 1162 ah->stats.ast_ani_cckhigh++; 1164 ah->stats.ast_ani_ccklow++; 1183 ah->stats.ast_ani_stepup++; 1185 ah->stats.ast_ani_stepdown++; 1203 ah->stats.ast_ani_spurup++; 1205 ah->stats [all...] |
H A D | ath9k_ar9003_phy.c | 870 ah->stats.ast_ani_ofdmon++; 872 ah->stats.ast_ani_ofdmoff++; 935 ah->stats.ast_ani_stepup++; 937 ah->stats.ast_ani_stepdown++; 999 ah->stats.ast_ani_spurup++; 1001 ah->stats.ast_ani_spurdown++; 1023 ah->stats.ast_ani_ccklow++; 1025 ah->stats.ast_ani_cckhigh++;
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/ |
H A D | dcetypes.idl | 96 unsigned32 stats[1]; /* length_is (count) */
|
/vbox/src/VBox/Main/src-server/solaris/ |
H A D | PerformanceSolaris.cpp | 220 Log(("no cpu stats found!\n")); 527 struct statvfs64 stats; local 529 if (statvfs64(path, &stats) == -1) 534 uint64_t cbBlock = stats.f_frsize ? stats.f_frsize : stats.f_bsize; 535 *total = (ULONG)(getZfsTotal(cbBlock * stats.f_blocks, stats.f_basetype, path) / _1M); 536 LogFlowThisFunc(("f_blocks=%llu.\n", stats.f_blocks)); 537 *used = (ULONG)(cbBlock * (stats [all...] |
/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/ |
H A D | vj.h | 140 struct vjstat stats; member in struct:vjcompress
|
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/ |
H A D | vj.h | 141 struct vjstat stats; member in struct:vjcompress
|
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/ |
H A D | xtrapddmi.h | 69 xXTrapGetStatsReply *stats; /* Pointer to stat's, malloc'd if requested */ member in struct:__anon2985
|
/vbox/src/VBox/Devices/PC/ipxe/src/net/ |
H A D | netdevice.c | 134 * @v stats Network device statistics 137 static void netdev_record_stat ( struct net_device_stats *stats, int rc ) { argument 144 stats->good++; 149 stats->bad++; 152 least_common_error = &stats->errors[0]; 153 for ( i = 0 ; i < ( sizeof ( stats->errors ) / 154 sizeof ( stats->errors[0] ) ) ; i++ ) { 155 error = &stats->errors[i];
|
/vbox/src/VBox/Main/src-server/linux/ |
H A D | PerformanceLinux.cpp | 124 /* On failure, do NOT stop. Just skip the entry. Having the stats for 126 * to not updating many process stats and the host cpu stats. */ 156 /* Try to get single CPU stats. */ 203 Log (("No stats pre-collected for process %x\n", process)); 228 struct statvfs stats; local 230 if (statvfs(path, &stats) == -1) 235 uint64_t cbBlock = stats.f_frsize ? stats.f_frsize : stats [all...] |
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | ipmib.h | 202 MIBICMPINFO stats; member in struct:_MIB_ICMP
|
/vbox/src/VBox/Devices/Network/lwip/src/netif/ |
H A D | ethernetif.c | 45 #include <lwip/stats.h>
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ |
H A D | eepro100.h | 147 struct ifec_stats stats; member in struct:ifec_private
|