Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Dtcache.c392 cache_bin->tstats.nrequests; in tcache_arena_reassociate()
393 cache_bin->tstats.nrequests = 0;
397 cache_bin->tstats.nrequests); in tsd_tcache_enabled_data_init()
398 cache_bin->tstats.nrequests = 0; in tsd_tcache_enabled_data_init()
492 bin->stats.nrequests += cache_bin->tstats.nrequests; in tcache_create_explicit()
493 cache_bin->tstats.nrequests = 0; in tcache_create_explicit()
498 cache_bin->tstats.nrequests); in tcache_create_explicit()
499 cache_bin->tstats.nrequests = 0; in tcache_create_explicit()
795 assert(cache_bin->tstats.nrequests == 0); in tcache_postfork_child()
872 bin->stats.nrequests += cache_bin->tstats
[all...]
H A Darena.c1021 bin->stats.nrequests += cache_bin->tstats.nrequests;
1024 cache_bin->tstats.nrequests = 0; in arena_bin_slabs_nonfull_remove()
H A Djemalloc.c4250 bin->tstats.nrequests += n;
/freebsd/sys/dev/liquidio/
H A Dlio_sysctl.c1309 struct octeon_tx_stats *tstats = &oct_dev->link_stats.fromhost; in lio_fw_stats_callback() local
1357 tstats->total_pkts_sent = rsp_tstats->total_pkts_sent; in lio_fw_stats_callback()
1358 tstats->total_bytes_sent = rsp_tstats->total_bytes_sent; in lio_fw_stats_callback()
1359 tstats->mcast_pkts_sent = rsp_tstats->mcast_pkts_sent; in lio_fw_stats_callback()
1360 tstats->bcast_pkts_sent = rsp_tstats->bcast_pkts_sent; in lio_fw_stats_callback()
1361 tstats->ctl_sent = rsp_tstats->ctl_sent; in lio_fw_stats_callback()
1363 tstats->one_collision_sent = rsp_tstats->one_collision_sent; in lio_fw_stats_callback()
1365 tstats->multi_collision_sent = rsp_tstats->multi_collision_sent; in lio_fw_stats_callback()
1367 tstats->max_collision_fail = rsp_tstats->max_collision_fail; in lio_fw_stats_callback()
1369 tstats->max_deferral_fail = rsp_tstats->max_deferral_fail; in lio_fw_stats_callback()
[all …]
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dtcache_inlines.h82 bin->tstats.nrequests++; in tcache_alloc_small()
121 bin->tstats.nrequests++; in tcache_alloc_large()
H A Dcache_bin.h94 cache_bin_stats_t tstats; in cache_bin_alloc_easy()
54 cache_bin_stats_t tstats; global() member
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_l2.c1805 struct tstorm_per_port_stat tstats; in __ecore_get_vport_tstats() local
1816 tstats_addr = p_resp->pfdev_info.stats_info.tstats.address; in __ecore_get_vport_tstats()
1817 tstats_len = p_resp->pfdev_info.stats_info.tstats.len; in __ecore_get_vport_tstats()
1820 OSAL_MEMSET(&tstats, 0, sizeof(tstats)); in __ecore_get_vport_tstats()
1821 ecore_memcpy_from(p_hwfn, p_ptt, &tstats, in __ecore_get_vport_tstats()
1825 HILO_64_REGPAIR(tstats.mftag_filter_discard); in __ecore_get_vport_tstats()
1827 HILO_64_REGPAIR(tstats.eth_mac_filter_discard); in __ecore_get_vport_tstats()
H A Decore_ll2.c2092 struct core_ll2_tstorm_per_queue_stat tstats; in _ecore_ll2_get_tstats() local
2096 OSAL_MEMSET(&tstats, 0, sizeof(tstats)); in _ecore_ll2_get_tstats()
2099 ecore_memcpy_from(p_hwfn, p_ptt, &tstats, in _ecore_ll2_get_tstats()
2101 sizeof(tstats)); in _ecore_ll2_get_tstats()
2104 HILO_64_REGPAIR(tstats.packet_too_big_discard); in _ecore_ll2_get_tstats()
2106 HILO_64_REGPAIR(tstats.no_buff_discard); in _ecore_ll2_get_tstats()
H A Decore_vfpf_if.h178 struct pfvf_storm_stats tstats; member
H A Decore_sriov.c1742 p_stats->tstats.address = 0; in ecore_iov_vf_mbx_acquire_stats()
1743 p_stats->tstats.len = 0; in ecore_iov_vf_mbx_acquire_stats()
/freebsd/lib/libpfctl/
H A Dlibpfctl.c3657 struct pfr_tstats tstats = {}; in pfctl_get_tstats()
3659 if (!snl_parse_nlmsg(&h->ss, hdr, &tstats_parser, &tstats)) in pfctl_get_tstats()
3662 ret = fn(&tstats, arg); in pfctl_get_tstats()
3660 struct pfr_tstats tstats = {}; pfctl_get_tstats() local