Searched refs:stats (Results 226 - 250 of 538) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-fifo-fp.c127 fifo->channel.stats.total_posts++;
129 if (fifo->channel.stats.usage_max < fifo->channel.usage_cnt)
130 fifo->channel.stats.usage_max = fifo->channel.usage_cnt;
357 xge_hal_stats_channel_info_t *statsp = &fifo->channel.stats;
613 fifo->channel.stats.total_posts_many++;
878 fifo->channel.stats.total_buffers++;
903 fifo->channel.stats.total_buffers++;
949 fifo->channel.stats.copied_frags++;
993 fifo->channel.stats.total_buffers++;
994 fifo->channel.stats
[all...]
/freebsd-11-stable/sys/dev/virtio/network/
H A Dif_vtnet.c3683 struct vtnet_rxq_stats *stats; local
3691 stats = &rxq->vtnrx_stats;
3694 &stats->vrxs_ipackets, "Receive packets");
3696 &stats->vrxs_ibytes, "Receive bytes");
3698 &stats->vrxs_iqdrops, "Receive drops");
3700 &stats->vrxs_ierrors, "Receive errors");
3702 &stats->vrxs_csum, "Receive checksum offloaded");
3704 &stats->vrxs_csum_failed, "Receive checksum offload failed");
3706 &stats->vrxs_rescheduled,
3716 struct vtnet_txq_stats *stats; local
3765 struct vtnet_statistics *stats; local
[all...]
/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-control.c62 #include "daemon/stats.h"
103 printf(" (this flushes data, stats, requestlist)\n");
104 printf(" stats print statistics\n");
182 /** if true, inhibits a lot of =0 lines from the stats output */
203 /** print unsigned long stats value */
420 static void do_stats_shm(struct config_file* cfg, struct ub_stats_info* stats, argument
427 pr_stats(nm, &stats[i+1]);
429 pr_stats("total", &stats[0]);
432 print_mem(shm_stat, &stats[0]);
433 print_hist(stats);
444 struct ub_stats_info* stats; local
[all...]
/freebsd-11-stable/sys/netgraph/
H A Dng_checksum.c66 struct ng_checksum_stats stats; member in struct:ng_checksum_priv
275 bcopy(&(priv->stats), resp->data, sizeof(struct ng_checksum_stats));
279 bzero(&(priv->stats), sizeof(struct ng_checksum_stats));
409 priv->stats.processed++;
533 priv->stats.processed++;
549 priv->stats.received++;
690 priv->stats.dropped++;
H A Dng_ppp.c199 struct ng_ppp_link_stat64 stats; /* link stats */ member in struct:ng_ppp_link
210 struct ng_ppp_link_stat64 bundleStats; /* bundle stats */
649 struct ng_ppp_link_stat64 *stats; local
659 stats = (linkNum == NG_PPP_BUNDLE_LINKNUM) ?
660 &priv->bundleStats : &priv->links[linkNum].stats;
669 bcopy(stats, resp->data, sizeof(*stats));
681 rs->xmitFrames = stats->xmitFrames;
682 rs->xmitOctets = stats
[all...]
H A Dng_patch.c53 struct ng_patch_stats stats; member in struct:ng_patch_priv
306 bcopy(&(privp->stats), resp->data, sizeof(struct ng_patch_stats));
310 bzero(&(privp->stats), sizeof(struct ng_patch_stats));
547 privp->stats.patched++;
559 priv->stats.received++;
654 priv->stats.dropped++;
/freebsd-11-stable/sys/dev/liquidio/
H A Dlio_sysctl.c274 root_node = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, "stats", CTLFLAG_RD,
494 &oct_dev->instr_queue[i]->stats.tx_done,
499 &oct_dev->instr_queue[i]->stats.tx_tot_bytes,
504 &oct_dev->instr_queue[i]->stats.tx_dropped,
509 &oct_dev->instr_queue[i]->stats.tx_iq_busy,
514 &oct_dev->instr_queue[i]->stats.sgentry_sent,
521 &oct_dev->instr_queue[i]->stats.instr_posted,
526 &oct_dev->instr_queue[i]->stats.instr_processed,
531 &oct_dev->instr_queue[i]->stats.instr_dropped,
536 &oct_dev->instr_queue[i]->stats
[all...]
H A Dlio_core.c275 droq->stats.rx_dropped++;
378 droq->stats.rx_bytes_received += len;
379 droq->stats.rx_pkts_received++;
387 droq->stats.rx_bytes_received += len;
388 droq->stats.rx_pkts_received++;
392 droq->stats.rx_dropped++;
/freebsd-11-stable/contrib/libpcap/rpcapd/
H A Ddaemon.c140 struct session *session, uint32 plen, struct pcap_stat *stats,
183 struct pcap_stat stats; local
501 stats.ps_ifdrop = 0;
502 stats.ps_recv = 0;
503 stats.ps_drop = 0;
720 session, plen, &stats, svrcapt) == -1)
734 if (pcap_stats(session->fp, &stats))
740 stats.ps_ifdrop = 0;
741 stats.ps_recv = 0;
742 stats
2168 daemon_msg_stats_req(uint8 ver, struct daemon_slpars *pars, struct session *session, uint32 plen, struct pcap_stat *stats, unsigned int svrcapt) argument
[all...]
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cmd.c802 struct mlx5_cmd_stats *stats; local
823 if (ent->op < ARRAY_SIZE(cmd->stats)) {
824 stats = &cmd->stats[ent->op];
825 spin_lock_irqsave(&stats->lock, flags);
826 stats->sum += ds;
827 ++stats->n;
828 spin_unlock_irqrestore(&stats->lock, flags);
978 struct mlx5_cmd_stats *stats; local
1015 if (op < ARRAY_SIZE(cmd->stats)) {
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dpostreload-gcse.c89 } stats;
1103 stats.moves_inserted++;
1119 stats.copies_inserted++;
1141 stats.insns_deleted++;
1247 stats.insns_deleted++;
1276 memset (&stats, 0, sizeof (stats));
1297 fprintf (dump_file, "GCSE AFTER RELOAD stats:\n");
1298 fprintf (dump_file, "copies inserted: %d\n", stats.copies_inserted);
1299 fprintf (dump_file, "moves inserted: %d\n", stats
88 } stats; variable in typeref:struct:__anon1353
[all...]
/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_xgmac.c216 memset(&mac->stats, 0, sizeof(mac->stats));
641 struct mac_stats *s = &mac->stats;
716 struct mac_stats *s = &mac->stats;
792 (mac)->stats.name += (u64)RMON_READ(mac, A_XGM_STAT_##reg)
794 (mac)->stats.name += RMON_READ(mac, A_XGM_STAT_##reg_lo) + \
817 mac->stats.rx_too_long += v;
846 lo = (u32)mac->stats.rx_cong_drops;
847 mac->stats.rx_cong_drops += (u64)(v - lo);
849 return &mac->stats;
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp51 namespace stats { namespace in namespace:__anon1924
72 } // end namespace stats
195 ++stats::evaluateFixup;
399 ++stats::FragmentLayouts;
513 ++stats::EmittedFragments;
517 ++stats::EmittedAlignFragments;
563 ++stats::EmittedDataFragments;
568 ++stats::EmittedRelaxableFragments;
573 ++stats::EmittedCompactEncodedInstFragments;
578 ++stats
[all...]
/freebsd-11-stable/sys/dev/alc/
H A Dif_alc.c1731 struct alc_hw_stats *stats; local
1734 stats = &sc->alc_stats;
1788 tree = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, "stats", CTLFLAG_RD,
1797 &stats->rx_frames, "Good frames");
1799 &stats->rx_bcast_frames, "Good broadcast frames");
1801 &stats->rx_mcast_frames, "Good multicast frames");
1803 &stats->rx_pause_frames, "Pause control frames");
1805 &stats->rx_control_frames, "Control frames");
1807 &stats->rx_crcerrs, "CRC errors");
1809 &stats
[all...]
/freebsd-11-stable/contrib/openbsm/libbsm/
H A Dbsm_wrappers.c786 audit_get_stat(au_stat_t *stats, size_t sz) argument
789 if (sizeof(*stats) != sz) {
794 return (auditon(A_GETSTAT, stats, sz));
798 audit_set_stat(au_stat_t *stats, size_t sz) argument
801 if (sizeof(*stats) != sz) {
806 return (auditon(A_GETSTAT, stats, sz));
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dcert.c3153 unsigned long stats; member in struct:stat_el
3163 return be->stats - ae->stats;
3184 struct stat_el stats[32]; local
3196 for (i = 0; i < sizeof(stats)/sizeof(stats[0]); i++) {
3197 stats[i].index = i;
3198 stats[i].stats = 0;
3205 while (mask && i < sizeof(stats)/sizeo
[all...]
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_dcb.c387 * @stats: pointer to statistics structure
392 s32 ixgbe_dcb_get_tc_stats(struct ixgbe_hw *hw, struct ixgbe_hw_stats *stats, argument
398 ret = ixgbe_dcb_get_tc_stats_82598(hw, stats, tc_count);
406 ret = ixgbe_dcb_get_tc_stats_82599(hw, stats, tc_count);
418 * @stats: pointer to statistics structure
423 s32 ixgbe_dcb_get_pfc_stats(struct ixgbe_hw *hw, struct ixgbe_hw_stats *stats, argument
429 ret = ixgbe_dcb_get_pfc_stats_82598(hw, stats, tc_count);
437 ret = ixgbe_dcb_get_pfc_stats_82599(hw, stats, tc_count);
/freebsd-11-stable/sys/dev/vnic/
H A Dnicvf_queues.h280 struct rx_tx_queue_stats stats; member in struct:rcv_queue
303 struct cmp_queue_stats stats; member in struct:cmp_queue
337 struct rx_tx_queue_stats stats; member in struct:snd_queue
/freebsd-11-stable/lib/libc/tests/resolv/
H A Dresolv_test.c67 static pthread_mutex_t stats = PTHREAD_MUTEX_INITIALIZER; variable
200 pthread_mutex_lock(&stats);
203 pthread_mutex_unlock(&stats);
/freebsd-11-stable/sys/dev/ae/
H A Dif_aevar.h153 ae_stats_t stats; member in struct:ae_softc
/freebsd-11-stable/lib/libdevstat/
H A Ddevstat.h158 int devstat_getdevs(kvm_t *kd, struct statinfo *stats);
/freebsd-11-stable/sys/netpfil/ipfw/
H A Ddn_sched_fq_codel_helper.h83 if (sojourn_time < schk->cfg.ccfg.target || q->stats.len_bytes <= q->cst.maxpkt_size) {
/freebsd-11-stable/sys/net/altq/
H A Daltq_cbq.h166 class_stats_t *stats; member in struct:cbq_getstats
H A Daltq_priq.h111 struct redstats red[3]; /* rio has 3 red stats */
120 struct priq_classstats *stats; /* pointer to stats array */ member in struct:priq_class_stats
/freebsd-11-stable/sys/dev/en/
H A Dmidwayvar.h199 /* stats */
200 struct en_stats stats; member in struct:en_softc

Completed in 309 milliseconds

1234567891011>>