Searched refs:metrics (Results 1 - 25 of 33) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/pcp/
H A DMakefile50 LDIRT = profile.h metrics.h so_locations *.log help.dir help.pag *.pmda_$(IAM).so
61 $(CMDTARGET): profile.h metrics.h $(CFILES)
64 $(LIBTARGET): profile.h metrics.h $(CFILES)
67 metrics.h: profile.h mkheader.pl
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/
H A Dstats.c24 #include <linux/sunrpc/metrics.h>
200 struct rpc_iostats *metrics = &stats[op]; local
203 metrics->om_ops,
204 metrics->om_ntrans,
205 metrics->om_timeouts,
206 metrics->om_bytes_sent,
207 metrics->om_bytes_recv,
208 ktime_to_ms(metrics->om_queue),
209 ktime_to_ms(metrics->om_rtt),
210 ktime_to_ms(metrics
[all...]
H A Dxprt.c49 #include <linux/sunrpc/metrics.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Ddst.h72 u32 metrics[RTAX_MAX]; member in struct:dst_entry
108 return dst->metrics[metric-1];
127 /* RTT metrics are stored in milliseconds for user ABI, but used as jiffies */
136 dst->metrics[metric-1] = jiffies_to_msecs(rtt);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Droute.c134 .metrics = { [RTAX_HOPLIMIT - 1] = 255, },
155 .metrics = { [RTAX_HOPLIMIT - 1] = 255, },
171 .metrics = { [RTAX_HOPLIMIT - 1] = 255, },
839 memcpy(new->metrics, ort->dst.metrics, RTAX_MAX*sizeof(u32));
924 dst->metrics[RTAX_FEATURES-1] |= RTAX_FEATURE_ALLFRAG;
926 dst->metrics[RTAX_MTU-1] = mtu;
984 rt->dst.metrics[RTAX_HOPLIMIT-1] = 255;
985 rt->dst.metrics[RTAX_MTU-1] = ipv6_get_mtu(rt->rt6i_dev);
986 rt->dst.metrics[RTAX_ADVMS
[all...]
H A Dndisc.c1272 rt->dst.metrics[RTAX_HOPLIMIT-1] = ra_msg->icmph.icmp6_hop_limit;
1391 rt->dst.metrics[RTAX_MTU-1] = mtu;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A DMakefile.am32 make_floor_books.pl make_residue_books.pl metrics.c residue_entropy \
H A DMakefile.in263 make_floor_books.pl make_residue_books.pl metrics.c residue_entropy \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dospf.h161 struct tos_metric metrics; member in union:un_tos
H A Dprint-ospf.c531 * Print all the per-topology metrics.
548 metric_count ? tos->metrics.tos_type : 0),
549 metric_count ? tos->metrics.tos_type : 0,
550 EXTRACT_16BITS(&tos->metrics.tos_metric));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/t/
H A Dtmem.c33 fprintf (stderr, "Usage: tmem [--metrics]\n");
135 static void metrics (void) function
389 if (strcmp(*argv,"--metrics") == 0) stats = 1;
396 if (stats) metrics();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhtwinprs.tex85 Returns (average) char height in standard font. It is used as DC-independent metrics.
94 Returns average char width in standard font. It is used as DC-independent metrics.
230 DCs (e.g. printer) to adjust size of pixel metrics. (Many dimensions in
H A Dhtdcrend.tex34 {\it pixel\_scale} can be used when rendering to high-resolution DCs (e.g. printer) to adjust size of pixel metrics.
H A Dsettings.tex160 Specifying the {\it win} parameter is encouraged, because some metrics on some ports are not supported without one,
H A Dsplitter.tex338 Sets the sash size. Normally, the sash size is determined according to the metrics
H A Dcategory.tex163 \twocolitem{\helpref{wxAuiDockArt}{wxauidockart}}{Art and metrics provider for customizing the docking user interface}
164 \twocolitem{\helpref{wxAuiTabArt}{wxauitabart}}{Art and metrics provider for customizing the notebook user interface}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Droute.c1677 rth->dst.metrics[RTAX_LOCK-1] |=
1680 rth->dst.metrics[RTAX_MTU-1] = mtu;
1699 dst->metrics[RTAX_LOCK-1] |= (1 << RTAX_MTU);
1701 dst->metrics[RTAX_MTU-1] = mtu;
1809 memcpy(rt->dst.metrics, fi->fib_metrics,
1810 sizeof(rt->dst.metrics));
1812 rt->dst.metrics[RTAX_MTU-1] = rt->dst.dev->mtu;
1816 rt->dst.metrics[RTAX_MTU-1] = 576;
1822 rt->dst.metrics[RTAX_MTU-1]= rt->dst.dev->mtu;
1825 rt->dst.metrics[RTAX_HOPLIMI
[all...]
H A Dtcp_input.c713 /* Save metrics learned by this TCP session.
738 dst->metrics[RTAX_RTT - 1] = 0;
780 dst->metrics[RTAX_SSTHRESH-1] = tp->snd_cwnd >> 1;
783 dst->metrics[RTAX_CWND - 1] = tp->snd_cwnd;
788 dst->metrics[RTAX_SSTHRESH-1] =
791 dst->metrics[RTAX_CWND-1] = (dst_metric(dst, RTAX_CWND) + tp->snd_cwnd) >> 1;
797 dst->metrics[RTAX_CWND-1] = (dst_metric(dst, RTAX_CWND) + tp->snd_ssthresh) >> 1;
801 dst->metrics[RTAX_SSTHRESH-1] = tp->snd_ssthresh;
807 dst->metrics[RTAX_REORDERING-1] = tp->reordering;
875 /* Initialize metrics o
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/decnet/
H A Ddn_route.c240 dst->metrics[RTAX_MTU-1] = mtu;
246 dst->metrics[RTAX_ADVMSS-1] = mss;
803 memcpy(rt->dst.metrics, fi->fib_metrics,
804 sizeof(rt->dst.metrics));
817 rt->dst.metrics[RTAX_MTU-1] = rt->dst.dev->mtu;
821 rt->dst.metrics[RTAX_ADVMSS-1] = mss;
1500 if (rtnetlink_put_metrics(skb, rt->dst.metrics) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bridge/
H A Dbr_device.c174 br->fake_rtable.dst.metrics[RTAX_MTU - 1] = new_mtu;
H A Dbr_netfilter.c126 rt->dst.metrics[RTAX_MTU - 1] = 1500;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddcclient.cpp1832 PangoFontMetrics *metrics = pango_context_get_metrics (m_context, m_fontdesc, pango_context_get_language(m_context)); local
1833 wxCHECK_MSG( metrics, -1, _T("failed to get pango font metrics") );
1835 wxCoord h = PANGO_PIXELS (pango_font_metrics_get_descent (metrics) +
1836 pango_font_metrics_get_ascent (metrics));
1837 pango_font_metrics_unref (metrics);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Drtnetlink.c492 int rtnetlink_put_metrics(struct sk_buff *skb, u32 *metrics) argument
502 if (metrics[i]) {
504 NLA_PUT_U32(skb, i+1, metrics[i]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Drtnetlink.h620 extern int rtnetlink_put_metrics(struct sk_buff *skb, u32 *metrics);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/xfrm/
H A Dxfrm_policy.c1384 * all the metrics... Shortly, bundle a bundle.
1433 memcpy(&dst1->metrics, &dst->metrics, sizeof(dst->metrics));
2271 dst->metrics[RTAX_MTU-1] = pmtu;
2349 dst->metrics[RTAX_MTU-1] = mtu;

Completed in 176 milliseconds

12