Searched refs:statistics (Results 1 - 25 of 95) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dsched_debug.c73 PN(se->statistics.wait_start);
74 PN(se->statistics.sleep_start);
75 PN(se->statistics.block_start);
76 PN(se->statistics.sleep_max);
77 PN(se->statistics.block_max);
78 PN(se->statistics.exec_max);
79 PN(se->statistics.slice_max);
80 PN(se->statistics.wait_max);
81 PN(se->statistics.wait_sum);
82 P(se->statistics
[all...]
H A Dsched_fair.c398 * Scheduling class statistics methods:
499 * Update the current task's runtime statistics. Skip current tasks that
508 schedstat_set(curr->statistics.exec_max,
509 max((u64)delta_exec, curr->statistics.exec_max));
552 schedstat_set(se->statistics.wait_start, rq_of(cfs_rq)->clock);
571 schedstat_set(se->statistics.wait_max, max(se->statistics.wait_max,
572 rq_of(cfs_rq)->clock - se->statistics.wait_start));
573 schedstat_set(se->statistics.wait_count, se->statistics
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/scripts/
H A Dstats.pl58 $_ = `msgfmt --statistics $DOMAIN.pot -o /dev/null 2>&1`;
76 $_ = `msgfmt --statistics $po.new -o /dev/null 2>&1`;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-agn-rx.c79 rx_info = &(priv->_agn.statistics.rx.general);
133 prev_stats = (__le32 *)&priv->_agn.statistics;
136 general = &priv->_agn.statistics.general.common;
138 tx = &priv->_agn.statistics.tx;
155 /* reset accumulative statistics for "no-counter" type statistics */
218 le32_to_cpu(priv->_agn.statistics.
221 le32_to_cpu(priv->_agn.statistics.
284 change = ((priv->_agn.statistics.general.common.temperature !=
286 ((priv->_agn.statistics
[all...]
H A Diwl-3945-debugfs.c37 le32_to_cpu(priv->_3945.statistics.flag));
38 if (le32_to_cpu(priv->_3945.statistics.flag) &
43 (le32_to_cpu(priv->_3945.statistics.flag) &
47 (le32_to_cpu(priv->_3945.statistics.flag) &
79 * the last statistics notification from uCode
82 ofdm = &priv->_3945.statistics.rx.ofdm;
83 cck = &priv->_3945.statistics.rx.cck;
84 general = &priv->_3945.statistics.rx.general;
349 * the last statistics notification from uCode
352 tx = &priv->_3945.statistics
[all...]
H A Diwl-agn-debugfs.c39 flag = le32_to_cpu(priv->_agn.statistics.flag);
82 * the last statistics notification from uCode
105 ofdm = &priv->_agn.statistics.rx.ofdm;
106 cck = &priv->_agn.statistics.rx.cck;
107 general = &priv->_agn.statistics.rx.general;
108 ht = &priv->_agn.statistics.rx.ofdm_ht;
584 * the last statistics notification from uCode
593 tx = &priv->_agn.statistics.tx;
809 * the last statistics notification from uCode
826 general = &priv->_agn.statistics
[all...]
H A Diwl-3945.c364 prev_stats = (__le32 *)&priv->_3945.statistics;
381 /* reset accumulative statistics for "no-counter" type statistics */
383 priv->_3945.statistics.general.temperature;
385 priv->_3945.statistics.general.ttl_timestamp;
426 le32_to_cpu(priv->_3945.statistics.rx.ofdm.plcp_err));
468 memcpy(&priv->_3945.statistics, pkt->u.raw, sizeof(priv->_3945.statistics));
498 /* This is necessary only for a number of statistics, see the caller. */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/base/
H A Dtransport_class.c158 if (!error && tcont->statistics)
159 error = sysfs_create_group(&classdev->kobj, tcont->statistics);
225 if (tcont->statistics)
226 sysfs_remove_group(&classdev->kobj, tcont->statistics);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/doc/manl/
H A Dcsc_symtab.l12 CSCsymtabStat - retrieve statistics for a libcsc symbol table
H A Dcsc_hash.l12 CSChashStat - query statistics of a libcsc hash table
H A Dcsc_tree.l32 CSCbinTreeStat - retrieve libcsc balanced binary tree statistics
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr030/
H A Dchk.build31 if `echo "$1" | grep disable-statistics > /dev/null`; then
99 --disable-statistics \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtransport_class.h58 const struct attribute_group *statistics; member in struct:transport_container
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/vme/devices/
H A Dvme_user.c115 static driver_stats_t statistics; variable
155 statistics.reads = 0;
156 statistics.writes = 0;
157 statistics.ioctls = 0;
158 statistics.irqs = 0;
159 statistics.berrs = 0;
160 statistics.dmaErrors = 0;
161 statistics.timeouts = 0;
456 statistics.ioctls++;
677 /* Initialise statistics counter
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtpdec.h78 // these statistics are used for rtcp receiver reports...
166 RTPStatistics statistics; member in struct:RTPDemuxContext
175 /* rtcp sender statistics receive */
182 /* rtcp sender statistics */
H A Drtpdec.c263 RTPStatistics *stats = &s->statistics;
509 rtp_init_statistics(&s->statistics, 0);
607 if (!rtp_valid_packet_in_sequence(&s->statistics, seq)) {
776 rtcp_update_jitter(&s->statistics, timestamp, arrival_ts);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java/po/
H A DMakefile.am234 echo "$(GMSGFMT) -c --statistics -o /dev/null $(srcdir)/$${lang}.po"; \
235 $(GMSGFMT) -c --statistics -o /dev/null $(srcdir)/$${lang}.po || exit 1; \
247 echo "$(GMSGFMT) -c --statistics -j -d $(top_srcdir) -r $(DOMAIN) -l $${lang} $(srcdir)/$${lang}.po"; \
248 $(GMSGFMT) -c --statistics -j -d $(top_srcdir) -r $(DOMAIN) -l $${lang} $(srcdir)/$${lang}.po || exit 1; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java-awt/po/
H A DMakefile.am234 echo "$(GMSGFMT) -c --statistics -o /dev/null $(srcdir)/$${lang}.po"; \
235 $(GMSGFMT) -c --statistics -o /dev/null $(srcdir)/$${lang}.po || exit 1; \
247 echo "$(GMSGFMT) -c --statistics -j -d $(top_srcdir) -r $(DOMAIN) -l $${lang} $(srcdir)/$${lang}.po"; \
248 $(GMSGFMT) -c --statistics -j -d $(top_srcdir) -r $(DOMAIN) -l $${lang} $(srcdir)/$${lang}.po || exit 1; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java-qtjambi/po/
H A DMakefile.am234 echo "$(GMSGFMT) -c --statistics -o /dev/null $(srcdir)/$${lang}.po"; \
235 $(GMSGFMT) -c --statistics -o /dev/null $(srcdir)/$${lang}.po || exit 1; \
247 echo "$(GMSGFMT) -c --statistics -j -d $(top_srcdir) -r $(DOMAIN) -l $${lang} $(srcdir)/$${lang}.po"; \
248 $(GMSGFMT) -c --statistics -j -d $(top_srcdir) -r $(DOMAIN) -l $${lang} $(srcdir)/$${lang}.po || exit 1; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-java-swing/po/
H A DMakefile.am234 echo "$(GMSGFMT) -c --statistics -o /dev/null $(srcdir)/$${lang}.po"; \
235 $(GMSGFMT) -c --statistics -o /dev/null $(srcdir)/$${lang}.po || exit 1; \
247 echo "$(GMSGFMT) -c --statistics -j -d $(top_srcdir) -r $(DOMAIN) -l $${lang} $(srcdir)/$${lang}.po"; \
248 $(GMSGFMT) -c --statistics -j -d $(top_srcdir) -r $(DOMAIN) -l $${lang} $(srcdir)/$${lang}.po || exit 1; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtpdec.h79 // these statistics are used for rtcp receiver reports...
165 RTPStatistics statistics; ///< Statistics for this stream (used by RTCP receiver reports) member in struct:RTPDemuxContext
174 /* rtcp sender statistics receive */
175 int64_t last_rtcp_ntp_time; // TODO: move into statistics
176 int64_t first_rtcp_ntp_time; // TODO: move into statistics
177 uint32_t last_rtcp_timestamp; // TODO: move into statistics
180 /* rtcp sender statistics */
181 unsigned int packet_count; // TODO: move into statistics (outgoing)
182 unsigned int octet_count; // TODO: move into statistics (outgoing)
183 unsigned int last_octet_count; // TODO: move into statistics (outgoin
[all...]
H A Drtpdec.c37 /* TODO: - add RTCP statistics reporting (should be optional).
52 /* statistics functions */
232 RTPStatistics *stats= &s->statistics;
380 rtp_init_statistics(&s->statistics, 0); // do we know the initial sequence from sdp?
482 if(!rtp_valid_packet_in_sequence(&s->statistics, seq))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/stc/
H A Dedit.cpp682 // char/line statistics
683 wxStaticBoxSizer *statistics = new wxStaticBoxSizer ( local
686 statistics->Add (statistic, 0, wxEXPAND);
687 statistics->Add (0, 6);
695 totalpane->Add (statistics, 0, wxEXPAND | wxLEFT | wxRIGHT, 10);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-qt/po/
H A DMakefile.am76 echo "$${cdcmd}rm -f $${lang}.qm && $(GMSGFMT) -c --qt --statistics -o $${lang}.qm $${lang}.po"; \
77 cd $(srcdir) && rm -f $${lang}.qm && $(GMSGFMT) -c --qt --statistics -o t-$${lang}.qm $${lang}.po && mv t-$${lang}.qm $${lang}.qm
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A DUSBModem.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/common/ com/common/ndisJni/ com/common/ndisJni/QualNdisJni ...

Completed in 293 milliseconds

1234