Searched refs:stats (Results 101 - 125 of 538) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/netgraph/
H A Dng_pipe.c92 struct ng_pipe_hookstat stats; member in struct:hookinfo
302 struct ng_pipe_stats *stats; local
317 sizeof(*stats), M_NOWAIT);
322 stats = (struct ng_pipe_stats *) resp->data;
323 bcopy(&priv->upper.stats, &stats->downstream,
324 sizeof(stats->downstream));
325 bcopy(&priv->lower.stats, &stats->upstream,
326 sizeof(stats
[all...]
H A Dng_bridge.c98 struct ng_bridge_link_stats stats; /* link stats */ member in struct:ng_bridge_link
435 /* Reset all loop detection counters and stats */
440 bzero(&priv->links[i]->stats,
441 sizeof(priv->links[i]->stats));
467 /* Get/clear stats */
470 sizeof(link->stats), M_NOWAIT);
475 bcopy(&link->stats,
476 resp->data, sizeof(link->stats));
479 bzero(&link->stats, sizeo
[all...]
H A Dng_car.c67 struct ng_car_hookstats stats; /* hook stats */ member in struct:hookinfo
245 bzero(&priv->lower.stats, sizeof(priv->lower.stats));
250 bzero(&priv->upper.stats, sizeof(priv->upper.stats));
299 ++hinfo->stats.droped_pkts; \
321 ++hinfo->stats.green_pkts;
334 ++hinfo->stats.green_pkts;
351 ++hinfo->stats
[all...]
H A Dng_pptpgre.c207 struct ng_pptpgre_stats stats; /* node statistics */ member in struct:ng_pptpgre_private
475 sizeof(priv->stats), M_NOWAIT);
478 bcopy(&priv->stats,
479 resp->data, sizeof(priv->stats));
482 bzero(&priv->stats, sizeof(priv->stats));
608 priv->stats.xmitDrops++;
615 priv->stats.xmitTooBig++;
619 priv->stats.xmitLoneAcks++;
652 priv->stats
[all...]
H A Dng_async.c87 struct ng_async_stat stats; /* Statistics */ member in struct:ng_async_private
268 NG_MKRESPONSE(resp, msg, sizeof(sc->stats), M_NOWAIT);
271 *((struct ng_async_stat *) resp->data) = sc->stats;
274 bzero(&sc->stats, sizeof(sc->stats));
369 bzero(&sc->stats, sizeof(sc->stats));
440 sc->stats.syncOverflows++;
446 /* Update stats */
447 sc->stats
[all...]
/freebsd-11-stable/usr.sbin/ppp/
H A Dlink.c79 if (l->stats.gather) {
80 throughput_addin(&l->stats.total, n);
81 if (l->stats.parent)
82 throughput_addin(l->stats.parent, n);
89 if (l->stats.gather) {
90 throughput_addout(&l->stats.total, n);
91 if (l->stats.parent)
92 throughput_addout(l->stats.parent, n);
395 p->hdlc.stats.unknownproto++;
H A Dacf.c92 p->hdlc.stats.badaddr++;
99 p->hdlc.stats.badcommand++;
/freebsd-11-stable/sys/dev/e1000/
H A Dif_lem.c575 /* some stats */
3686 &adapter->stats, pkt_len,
4416 adapter->stats.symerrs += E1000_READ_REG(&adapter->hw, E1000_SYMERRS);
4417 adapter->stats.sec += E1000_READ_REG(&adapter->hw, E1000_SEC);
4419 adapter->stats.crcerrs += E1000_READ_REG(&adapter->hw, E1000_CRCERRS);
4420 adapter->stats.mpc += E1000_READ_REG(&adapter->hw, E1000_MPC);
4421 adapter->stats.scc += E1000_READ_REG(&adapter->hw, E1000_SCC);
4422 adapter->stats.ecol += E1000_READ_REG(&adapter->hw, E1000_ECOL);
4424 adapter->stats.mcc += E1000_READ_REG(&adapter->hw, E1000_MCC);
4425 adapter->stats
4535 struct e1000_hw_stats *stats = &adapter->stats; local
[all...]
H A Dif_em.c5574 adapter->stats.symerrs += E1000_READ_REG(&adapter->hw, E1000_SYMERRS);
5575 adapter->stats.sec += E1000_READ_REG(&adapter->hw, E1000_SEC);
5577 adapter->stats.crcerrs += E1000_READ_REG(&adapter->hw, E1000_CRCERRS);
5578 adapter->stats.mpc += E1000_READ_REG(&adapter->hw, E1000_MPC);
5579 adapter->stats.scc += E1000_READ_REG(&adapter->hw, E1000_SCC);
5580 adapter->stats.ecol += E1000_READ_REG(&adapter->hw, E1000_ECOL);
5582 adapter->stats.mcc += E1000_READ_REG(&adapter->hw, E1000_MCC);
5583 adapter->stats.latecol += E1000_READ_REG(&adapter->hw, E1000_LATECOL);
5584 adapter->stats.colc += E1000_READ_REG(&adapter->hw, E1000_COLC);
5585 adapter->stats
5708 struct e1000_hw_stats *stats = &adapter->stats; local
[all...]
/freebsd-11-stable/sys/amd64/vmm/
H A Dvmm_stat.c61 /* We require all stats to identify themselves with a description */
86 uint64_t *stats; local
92 /* Let stats functions update their counters */
99 /* Copy over the stats */
100 stats = vcpu_stats(vm, vcpu);
102 buf[i] = stats[i];
/freebsd-11-stable/lib/libclang_rt/stats/
H A DMakefile1 # $FreeBSD: stable/11/lib/libclang_rt/stats/Makefile 360784 2020-05-07 16:34:01Z dim $
5 LIB= clang_rt.stats-${CRTARCH}
46 SRCS+= stats/stats.cpp
/freebsd-11-stable/usr.bin/ctlstat/
H A Dctlstat.c72 * The default amount of space we allocate for stats storage space.
156 getstats(int fd, int *alloc_items, int *num_items, struct ctl_io_stats **stats, argument
165 if (*stats == NULL)
166 *stats = malloc(sizeof(**stats) * *alloc_items);
169 get_stats.alloc_len = *alloc_items * sizeof(**stats);
170 memset(*stats, 0, get_stats.alloc_len);
171 get_stats.stats = *stats;
187 free(*stats);
321 struct ctl_io_stats *stats = ctx->cur_stats; local
350 struct ctl_io_stats *stats = ctx->cur_stats; local
[all...]
/freebsd-11-stable/sys/dev/vge/
H A Dif_vge.c2501 struct vge_hw_stats *stats; local
2503 stats = &sc->vge_stats;
2525 tree = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, "stats", CTLFLAG_RD,
2534 &stats->rx_frames, "frames");
2536 &stats->rx_good_frames, "Good frames");
2538 &stats->rx_fifo_oflows, "FIFO overflows");
2540 &stats->rx_runts, "Too short frames");
2542 &stats->rx_runts_errs, "Too short frames with errors");
2544 &stats->rx_pkts_64, "64 bytes frames");
2546 &stats
2633 struct vge_hw_stats *stats; local
[all...]
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.c1383 val->v.uint32 = wif->stats.is_rx_badversion;
1386 val->v.uint32 = wif->stats.is_rx_tooshort;
1389 val->v.uint32 = wif->stats.is_rx_wrongbss;
1392 val->v.uint32 = wif->stats.is_rx_dup;
1395 val->v.uint32 = wif->stats.is_rx_wrongdir;
1398 val->v.uint32 = wif->stats.is_rx_mcastecho;
1401 val->v.uint32 = wif->stats.is_rx_notassoc;
1404 val->v.uint32 = wif->stats.is_rx_noprivacy;
1407 val->v.uint32 = wif->stats.is_rx_unencrypted;
1410 val->v.uint32 = wif->stats
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-dce.c77 } stats;
655 stats.total++;
683 stats.total_phis++;
697 stats.removed_phis++;
727 stats.removed++;
812 percg = ((float) stats.removed / (float) stats.total) * 100;
814 stats.removed, stats.total, (int) percg);
816 if (stats
76 } stats; variable in typeref:struct:stmt_stats
[all...]
/freebsd-11-stable/sys/mips/cavium/octe/
H A Dcavium-ethernet.h58 struct ifnet_stats stats; /* Device statistics */
/freebsd-11-stable/usr.sbin/unbound/daemon/
H A DMakefile10 SRCS= acl_list.c cachedump.c daemon.c remote.c shm_main.c stats.c \
/freebsd-11-stable/sys/dev/utopia/
H A Didtphy.c205 utp->stats.FIELD += (regs[0] & MASK); \
207 utp->stats.FIELD += (regs[0] | (regs[1] << 8)) & MASK;
462 utp->stats.rx_sbip += utopia_update(utp,
464 utp->stats.rx_lbip += utopia_update(utp,
466 utp->stats.rx_lfebe += utopia_update(utp,
468 utp->stats.rx_pbip += utopia_update(utp,
470 utp->stats.rx_pfebe += utopia_update(utp,
472 utp->stats.rx_corr += utopia_update(utp,
474 utp->stats.rx_uncorr += utopia_update(utp,
476 utp->stats
[all...]
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_dcb_82599.c43 * @stats: pointer to statistics structure
49 struct ixgbe_hw_stats *stats,
62 stats->qptc[tc] += IXGBE_READ_REG(hw, IXGBE_QPTC(tc));
64 stats->qbtc[tc] += IXGBE_READ_REG(hw, IXGBE_QBTC_L(tc));
65 stats->qbtc[tc] +=
68 stats->qprc[tc] += IXGBE_READ_REG(hw, IXGBE_QPRC(tc));
70 stats->qbrc[tc] += IXGBE_READ_REG(hw, IXGBE_QBRC_L(tc));
71 stats->qbrc[tc] +=
75 stats->qprdc[tc] += IXGBE_READ_REG(hw, IXGBE_QPRDC(tc));
84 * @stats
48 ixgbe_dcb_get_tc_stats_82599(struct ixgbe_hw *hw, struct ixgbe_hw_stats *stats, u8 tc_count) argument
89 ixgbe_dcb_get_pfc_stats_82599(struct ixgbe_hw *hw, struct ixgbe_hw_stats *stats, u8 tc_count) argument
[all...]
/freebsd-11-stable/tools/tools/build_option_survey/
H A Dmkhtml.sh57 ' $3/stats
125 if [ ! -f $m/stats ] ; then
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_mac.cpp52 #define COMMON_MALLOC_FILL_STATS(zone, stats) \
56 internal_memcpy(stats, &malloc_stats, sizeof(malloc_statistics_t));
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_ioctl.c210 struct drm_stats *stats = data; local
213 memset(stats, 0, sizeof(struct drm_stats));
219 stats->data[i].value =
222 stats->data[i].value = atomic_read(&dev->counts[i]);
223 stats->data[i].type = dev->types[i];
226 stats->count = dev->counters;
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-device-fp.c165 hldev->stats.sw_dev_info_stats.total_intr_cnt++;
171 hldev->stats.sw_dev_info_stats.not_xge_intr_cnt++;
196 hldev->stats.sw_dev_info_stats.rx_traffic_intr_cnt++;
200 hldev->stats.sw_dev_info_stats.tx_traffic_intr_cnt++;
204 hldev->stats.sw_dev_info_stats.not_traffic_intr_cnt++;
207 hldev->stats.sw_dev_info_stats.txpic_intr_cnt++;
216 hldev->stats.sw_dev_info_stats.txdma_intr_cnt++;
225 hldev->stats.sw_dev_info_stats.txmac_intr_cnt++;
234 hldev->stats.sw_dev_info_stats.txxgxs_intr_cnt++;
243 hldev->stats
[all...]
/freebsd-11-stable/tools/tools/usbtest/
H A Dusb_msc_test.c87 static struct stats { struct
94 } stats; variable in typeref:struct:stats
140 stats.xfer_error++;
145 stats.xfer_reset++;
253 stats.xfer_success++;
281 stats.xfer_error++;
309 stats.xfer_error++;
339 stats.xfer_error++;
456 stats.data_error++;
460 stats
[all...]
/freebsd-11-stable/contrib/jemalloc/src/
H A Dtcache.c120 bin->stats.nflushes++;
121 bin->stats.nrequests += tbin->tstats.nrequests;
153 * arena, so the stats didn't get merged. Manually do so now.
157 bin->stats.nflushes++;
158 bin->stats.nrequests += tbin->tstats.nrequests;
202 arena->stats.nrequests_large +=
204 arena->stats.lstats[binind - NBINS].nrequests +=
238 * arena, so the stats didn't get merged. Manually do so now.
241 arena->stats.nrequests_large += tbin->tstats.nrequests;
242 arena->stats
[all...]

Completed in 400 milliseconds

1234567891011>>