Home
last modified time | relevance | path

Searched refs:tstats (Results 1 – 7 of 7) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dtcache.c140 tbin->tstats.nrequests = 0; in tcache_bin_flush_small()
176 tbin->tstats.nrequests = 0; in tcache_bin_flush_small()
235 tbin->tstats.nrequests); in tcache_bin_flush_large()
236 tbin->tstats.nrequests = 0; in tcache_bin_flush_large()
274 binind, tbin->tstats.nrequests); in tcache_bin_flush_large()
275 tbin->tstats.nrequests = 0; in tcache_bin_flush_large()
466 assert(tbin->tstats.nrequests == 0); in tcache_flush_cache()
474 assert(tbin->tstats.nrequests == 0); in tcache_flush_cache()
541 tbin->tstats.nrequests = 0; in tcache_stats_merge()
547 tbin->tstats.nrequests); in tcache_stats_merge()
[all …]
H A Darena.c1292 bin->stats.nrequests += tbin->tstats.nrequests; in arena_tcache_fill_small()
1295 tbin->tstats.nrequests = 0; in arena_tcache_fill_small()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dcache_bin.h54 cache_bin_stats_t tstats; member
H A Dtcache_inlines.h94 bin->tstats.nrequests++; in tcache_alloc_small()
152 bin->tstats.nrequests++; in tcache_alloc_large()
/f-stack/dpdk/drivers/net/qede/base/
H A Decore_l2.c1763 struct tstorm_per_port_stat tstats; in __ecore_get_vport_tstats() local
1774 tstats_addr = p_resp->pfdev_info.stats_info.tstats.address; in __ecore_get_vport_tstats()
1775 tstats_len = p_resp->pfdev_info.stats_info.tstats.len; in __ecore_get_vport_tstats()
1778 OSAL_MEMSET(&tstats, 0, sizeof(tstats)); in __ecore_get_vport_tstats()
1779 ecore_memcpy_from(p_hwfn, p_ptt, &tstats, tstats_addr, tstats_len); in __ecore_get_vport_tstats()
1782 HILO_64_REGPAIR(tstats.mftag_filter_discard); in __ecore_get_vport_tstats()
1784 HILO_64_REGPAIR(tstats.eth_mac_filter_discard); in __ecore_get_vport_tstats()
1786 HILO_64_REGPAIR(tstats.eth_gft_drop_pkt); in __ecore_get_vport_tstats()
H A Decore_vfpf_if.h153 struct pfvf_storm_stats tstats; member
H A Decore_sriov.c1767 p_stats->tstats.address = 0; in ecore_iov_vf_mbx_acquire_stats()
1768 p_stats->tstats.len = 0; in ecore_iov_vf_mbx_acquire_stats()