Home
last modified time | relevance | path

Searched refs:stats (Results 1 – 22 of 22) sorted by relevance

/third_party/dev/ethernet/e1000/
A De1000_mbx.c370 hw->mbx.stats.reqs++; in e1000_check_for_msg_vf()
392 hw->mbx.stats.acks++; in e1000_check_for_ack_vf()
415 hw->mbx.stats.rsts++; in e1000_check_for_rst_vf()
553 mbx->stats.reqs = 0; in e1000_init_mbx_params_vf()
554 mbx->stats.acks = 0; in e1000_init_mbx_params_vf()
555 mbx->stats.rsts = 0; in e1000_init_mbx_params_vf()
588 hw->mbx.stats.reqs++; in e1000_check_for_msg_pf()
609 hw->mbx.stats.acks++; in e1000_check_for_ack_pf()
779 mbx->stats.reqs = 0; in e1000_init_mbx_params_pf()
780 mbx->stats.acks = 0; in e1000_init_mbx_params_pf()
[all …]
A Dif_em.c3947 adapter->stats.rxerrc += in em_update_stats_counters()
3949 adapter->stats.tncrs += in em_update_stats_counters()
3951 adapter->stats.cexterr += in em_update_stats_counters()
3953 adapter->stats.tsctc += in em_update_stats_counters()
3955 adapter->stats.tsctfc += in em_update_stats_counters()
3971 adapter->stats.crcerrs + adapter->stats.algnerrc + in em_if_get_counter()
3972 adapter->stats.ruc + adapter->stats.roc + in em_if_get_counter()
3973 adapter->stats.mpc + adapter->stats.cexterr); in em_if_get_counter()
3975 return (adapter->stats.ecol + adapter->stats.latecol + in em_if_get_counter()
4007 struct e1000_hw_stats *stats = &adapter->stats; in em_add_hw_stats() local
[all …]
A De1000_82543.c427 stats->crcerrs--; in e1000_tbi_adjust_stats_82543()
429 stats->gprc++; in e1000_tbi_adjust_stats_82543()
441 stats->bprc++; in e1000_tbi_adjust_stats_82543()
444 stats->mprc++; in e1000_tbi_adjust_stats_82543()
451 stats->roc--; in e1000_tbi_adjust_stats_82543()
458 stats->prc64++; in e1000_tbi_adjust_stats_82543()
459 stats->prc127--; in e1000_tbi_adjust_stats_82543()
461 stats->prc127++; in e1000_tbi_adjust_stats_82543()
462 stats->prc255--; in e1000_tbi_adjust_stats_82543()
464 stats->prc255++; in e1000_tbi_adjust_stats_82543()
[all …]
A De1000_82543.h51 struct e1000_hw_stats *stats,
A De1000_vf.h251 struct e1000_mbx_stats stats; member
A Dif_em.h541 struct e1000_hw_stats stats; member
A De1000_hw.h921 struct e1000_mbx_stats stats; member
/third_party/ulib/jemalloc/src/
A Darena.c740 arena->stats.npurge++; in arena_purge_to_limit()
786 bin->stats.reslabs++; in arena_bin_slabs_nonfull_tryget()
1025 bin->stats.nslabs++; in arena_bin_nonfull_slab_get()
1026 bin->stats.curslabs++; in arena_bin_nonfull_slab_get()
1146 bin->stats.nfills++; in arena_tcache_fill_small()
1202 bin->stats.nmalloc++; in arena_malloc_small()
1204 bin->stats.curregs++; in arena_malloc_small()
1361 bin->stats.curslabs--; in arena_dalloc_bin_slab()
1384 bin->stats.reslabs++; in arena_bin_lower_slab()
1411 bin->stats.ndalloc++; in arena_dalloc_bin_locked_impl()
[all …]
A Dtcache.c118 bin->stats.nflushes++; in tcache_bin_flush_small()
119 bin->stats.nrequests += tbin->tstats.nrequests; in tcache_bin_flush_small()
152 bin->stats.nflushes++; in tcache_bin_flush_small()
153 bin->stats.nrequests += tbin->tstats.nrequests; in tcache_bin_flush_small()
196 arena->stats.nrequests_large += in tcache_bin_flush_large()
198 arena->stats.lstats[binind - NBINS].nrequests += in tcache_bin_flush_large()
234 arena->stats.nrequests_large += tbin->tstats.nrequests; in tcache_bin_flush_large()
235 arena->stats.lstats[binind - NBINS].nrequests += in tcache_bin_flush_large()
410 bin->stats.nrequests += tbin->tstats.nrequests; in tcache_stats_merge()
416 malloc_large_stats_t *lstats = &arena->stats.lstats[i - NBINS]; in tcache_stats_merge()
[all …]
A Dzone.c118 malloc_statistics_t *stats);
303 zone_statistics(malloc_zone_t *zone, malloc_statistics_t *stats) in zone_statistics() argument
306 stats->blocks_in_use = 0; in zone_statistics()
307 stats->size_in_use = 0; in zone_statistics()
308 stats->max_size_in_use = 0; in zone_statistics()
309 stats->size_allocated = 0; in zone_statistics()
A Dextent.c686 arena->stats.retained += extent_size_get(extent); in extent_retain()
826 arena->stats.retained -= size; in extent_alloc_retained()
1090 arena->stats.retained += extent_size_get(extent); in extent_dalloc_wrapper()
A Dstats.c520 CONFIG_WRITE_BOOL_JSON(stats, ",") in stats_general_print()
A Dctl.c422 {NAME("stats"), CHILD(named, stats)}
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Darena_inlines_a.h25 atomic_add_zu(&arena->stats.internal, size); in arena_internal_add()
31 atomic_sub_zu(&arena->stats.internal, size); in arena_internal_sub()
37 return (atomic_read_zu(&arena->stats.internal)); in arena_internal_get()
A Darena_structs_b.h105 malloc_bin_stats_t stats; member
132 arena_stats_t stats; member
/third_party/ulib/jemalloc/
A DChangeLog103 - Add the stats.retained and stats.arenas.<i>.retained statistics. (@jasone)
162 + stats.arenas.<i>.decay_time
213 --disable-stats case. (@jasone)
348 + The "stats.arenas.<i>.huge.allocated", "stats.arenas.<i>.huge.nmalloc",
349 "stats.arenas.<i>.huge.ndalloc", and "stats.arenas.<i>.huge.nrequests"
441 - Remove the "stats.huge.allocated", "stats.huge.nmalloc", and
442 "stats.huge.ndalloc" mallctls.
444 - Remove the "stats.chunks.current", "stats.chunks.total", and
445 "stats.chunks.high" mallctls.
713 - Enable stats by default.
[all …]
A Drules.mk31 $(GET_LOCAL_DIR)/src/stats.c \
A DMakefile.in110 $(srcroot)src/stats.c \
192 $(srcroot)test/unit/stats.c \
A Dconfigure.ac933 AC_ARG_ENABLE([stats], optenable
934 [AS_HELP_STRING([--disable-stats],
2082 AC_MSG_RESULT([stats : ${enable_stats}])
A DINSTALL122 --disable-stats
/third_party/ulib/jemalloc/include/jemalloc/
A Djemalloc_macros.h.in36 * "stats.arenas.<i>.*" mallctl interfaces to select all arenas. This
48 * Use as arena index in "stats.arenas.<i>.*" mallctl interfaces to select
/third_party/ulib/jemalloc/test/unit/
A Dmallctl.c142 TEST_MALLCTL_CONFIG(stats, bool); in TEST_BEGIN()

Completed in 58 milliseconds