Home
last modified time | relevance | path

Searched refs:estats (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/bxe/
H A Dbxe_stats.c622 struct bxe_eth_stats *estats = &sc->eth_stats; in bxe_bmac_stats_update() local
709 estats->pause_frames_received_hi = pstats->mac_stx[1].rx_stat_mac_xpf_hi; in bxe_bmac_stats_update()
710 estats->pause_frames_received_lo = pstats->mac_stx[1].rx_stat_mac_xpf_lo; in bxe_bmac_stats_update()
712 estats->pause_frames_sent_hi = pstats->mac_stx[1].tx_stat_outxoffsent_hi; in bxe_bmac_stats_update()
713 estats->pause_frames_sent_lo = pstats->mac_stx[1].tx_stat_outxoffsent_lo; in bxe_bmac_stats_update()
715 estats->pfc_frames_received_hi = pstats->pfc_frames_rx_hi; in bxe_bmac_stats_update()
716 estats->pfc_frames_received_lo = pstats->pfc_frames_rx_lo; in bxe_bmac_stats_update()
717 estats->pfc_frames_sent_hi = pstats->pfc_frames_tx_hi; in bxe_bmac_stats_update()
718 estats->pfc_frames_sent_lo = pstats->pfc_frames_tx_lo; in bxe_bmac_stats_update()
725 struct bxe_eth_stats *estats = &sc->eth_stats; in bxe_mstat_stats_update() local
[all …]
H A Dbxe_stats.h566 ADD_64(estats->t##_hi, diff.hi, \
567 estats->t##_lo, diff.lo); \
603 ADD_EXTEND_64(estats->t##_hi, estats->t##_lo, diff); \
616 ADD_EXTEND_64(estats->t##_hi, estats->t##_lo, diff); \
639 ADD_64(estats->s##_hi, qstats->s##_hi, \
640 estats->s##_lo, qstats->s##_lo); \
641 SUB_64(estats->s##_hi, qstats_old->s##_hi_old, \
642 estats->s##_lo, qstats_old->s##_lo_old); \
649 estats->s += qstats->s; \
650 estats->s -= qstats_old->s##_old; \
[all …]
/freebsd/contrib/jemalloc/src/
H A Dctl.c1045 memset(ctl_arena->astats->estats, 0, SC_NPSIZES * in ctl_refresh()
1064 ctl_arena->astats->lstats, ctl_arena->astats->estats, in ctl_refresh()
1232 sdstats->estats[i].ndirty += astats->estats[i].ndirty; in ctl_lookup()
1233 sdstats->estats[i].nmuzzy += astats->estats[i].nmuzzy; in ctl_lookup()
1234 sdstats->estats[i].nretained in ctl_lookup()
1235 += astats->estats[i].nretained; in ctl_lookup()
1236 sdstats->estats[i].dirty_bytes in ctl_lookup()
1237 += astats->estats[ in ctl_lookup()
[all...]
H A Darena.c89 pac_estats_t *estats, hpa_shard_stats_t *hpastats, sec_stats_t *secstats) { in arena_stats_merge()
147 estats, hpastats, secstats, &astats->resident); in arena_stats_merge()
87 arena_stats_merge(tsdn_t * tsdn,arena_t * arena,unsigned * nthreads,const char ** dss,ssize_t * dirty_decay_ms,ssize_t * muzzy_decay_ms,size_t * nactive,size_t * ndirty,size_t * nmuzzy,arena_stats_t * astats,bin_stats_t * bstats,arena_stats_large_t * lstats,arena_stats_extents_t * estats) arena_stats_merge() argument
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dctl.h47 pac_estats_t estats[SC_NPSIZES]; member
H A Darena_externs.h44 pac_estats_t *estats, hpa_shard_stats_t *hpastats, sec_stats_t *secstats);