Home
last modified time | relevance | path

Searched full:metric (Results 1 – 25 of 152) sorted by relevance

1234567

/freebsd/lib/libpmc/pmu-events/arch/arm64/hisilicon/hip08/
H A Dmetrics.json4 "PublicDescription": "Frontend bound L1 topdown metric",
5 "BriefDescription": "Frontend bound L1 topdown metric",
11 "PublicDescription": "Bad Speculation L1 topdown metric",
12 "BriefDescription": "Bad Speculation L1 topdown metric",
18 "PublicDescription": "Retiring L1 topdown metric",
19 "BriefDescription": "Retiring L1 topdown metric",
25 "PublicDescription": "Backend Bound L1 topdown metric",
26 "BriefDescription": "Backend Bound L1 topdown metric",
32 "PublicDescription": "Fetch latency bound L2 topdown metric",
33 "BriefDescription": "Fetch latency bound L2 topdown metric",
[all …]
/freebsd/sbin/routed/
H A Drouted.843 .Ar net Ns Op /mask Ns Op ,metric
110 with a "hop count" metric (a count of 16 or greater is
112 The advertised metric for a route reflects the metrics associated
117 so setting the metric on an interface
140 advertise a better metric than at least one of the existing
157 If an entry has not been updated for 3 minutes, the entry's metric
160 an infinite metric to ensure the invalidation
295 since a larger metric
301 Notice that because a metric of 1 is used, this feature is
353 .It Fl F Ar net[/mask][,metric]
[all …]
H A Doutput.c47 char metric; /* adjust metrics by interface */ member
397 * shutting down, admit only a bad metric. in supply_out()
436 char metric, pref; in walk_supply() local
505 metric = RT->rt_metric; in walk_supply()
572 * Notice spare routes with the same metric that we are about to in walk_supply()
586 if (rts->rts_metric > metric in walk_supply()
592 * toward its source with an infinite metric. in walk_supply()
594 * better metric than we now have, then we should in walk_supply()
605 || RT->rt_poison_metric >= metric in walk_supply()
610 metric = HOPCNT_INFINITY; in walk_supply()
[all …]
H A Dparms.c85 * Default poor-man's router discovery to a metric that will in get_parms()
87 * routes with metric 15. in get_parms()
164 int metric, n, lnum; in gwkludge() local
207 /* {net | host} XX[/M] XX gateway XX metric DD [passive | external]\n */ in gwkludge()
211 " %64[^ / \t] metric %u %8s\n", in gwkludge()
212 net_host, dname, gname, &metric, qual); in gwkludge()
218 if (metric >= HOPCNT_INFINITY) { in gwkludge()
219 msglog("bad metric in "_PATH_GATEWAYS" entry \"%s\"", in gwkludge()
264 if (metric == 0) in gwkludge()
265 metric = 1; in gwkludge()
[all …]
H A Dtable.c64 * the same metric and next hop into a common route with a smaller netmask
240 * metric, it suppresses the target. in ag_flush()
277 char metric, in ag_check() argument
302 nc_ag.ag_metric = metric; in ag_check()
392 ag->ag_metric = metric; in ag_check()
426 * same gateway and have the same metric. in ag_check()
462 * with the worse metric can be promoted. in ag_check()
494 ag->ag_metric = metric; in ag_check()
495 metric = x; in ag_check()
581 nag->ag_metric = metric; in ag_check()
[all …]
/freebsd/usr.sbin/prometheus_sysctl_exporter/
H A Dprometheus_sysctl_exporter.c377 char *metric, size_t mlen) in oid_get_metric() argument
383 /* Print the name of the metric. */ in oid_get_metric()
384 snprintf(metric, mlen, "%s", "sysctl"); in oid_get_metric()
389 strlcat(metric, "_", mlen); in oid_get_metric()
394 strlcat(metric, buf, mlen); in oid_get_metric()
402 strlcat(metric, "_celsius", mlen); in oid_get_metric()
404 strlcat(metric, "_seconds", mlen); in oid_get_metric()
406 /* Print the labels of the metric. */ in oid_get_metric()
417 strlcat(metric, buf, mlen); in oid_get_metric()
421 strlcat(metric, "\\", mlen); in oid_get_metric()
[all …]
H A Dprometheus_sysctl_exporter.858 names of devices) are omitted from the metric's name,
96 metric name.
/freebsd/contrib/tcpdump/
H A Dprint-dvmrp.c150 u_int metric, done; in print_report() local
184 metric = GET_U_1(bp); in print_report()
186 done = metric & 0x80; in print_report()
187 metric &= 0x7f; in print_report()
188 ND_PRINT("\n\t %s metric %u", intoa(htonl(origin)), in print_report()
189 metric); in print_report()
235 u_char metric; in print_neighbors() local
246 metric = GET_U_1(bp); in print_neighbors()
260 GET_IPADDR_STRING(bp), metric, thresh); in print_neighbors()
278 u_char metric, thresh, flags; in print_neighbors2() local
[all …]
H A Dprint-ripng.c94 uint8_t metric; in rip6_entry_print() local
101 metric = GET_U_1(ni->rip6_metric); in rip6_entry_print()
102 if (metric && print_metric) in rip6_entry_print()
103 ND_PRINT(" (%u)", metric); in rip6_entry_print()
H A Dprint-igrp.c70 u_int metric, mtu; in igrp_entry_print() local
74 metric = ND_MIN(bandwidth + delay, 0xffffff); in igrp_entry_print()
79 GET_U_1(igr->igr_rel), GET_U_1(igr->igr_ld), metric, in igrp_entry_print()
H A Dprint-eigrp.c144 nd_uint32_t metric; member
185 nd_uint16_t metric; member
408 …"\n\t origin-router %s, origin-as %u, origin-proto %s, flags [0x%02x], tag 0x%08x, metric %u", in eigrp_print()
414 GET_BE_U_4(tlv_ptr.eigrp_tlv_ip_ext->metric)); in eigrp_print()
486 …"\n\t origin-router %u, origin-as %u, origin-proto %s, flags [0x%02x], tag 0x%08x, metric %u", in eigrp_print()
492 GET_BE_U_2(tlv_ptr.eigrp_tlv_at_ext->metric)); in eigrp_print()
H A Dprint-babel.c535 u_short interval, seqno, metric; in babel_print_v2_tlvs() local
552 metric = GET_BE_U_2(message + 10); in babel_print_v2_tlvs()
553 ND_PRINT("%s%s%s %s metric %u seqno %u interval %s", in babel_print_v2_tlvs()
558 metric, seqno, format_interval_update(interval)); in babel_print_v2_tlvs()
646 u_short interval, seqno, metric; in babel_print_v2_tlvs() local
658 metric = GET_BE_U_2(message + 10); in babel_print_v2_tlvs()
674 ND_PRINT(" %s metric %u seqno %u interval %s", in babel_print_v2_tlvs()
676 metric, seqno, format_interval_update(interval)); in babel_print_v2_tlvs()
/freebsd/usr.sbin/route6d/misc/
H A Dchkrt38 $metric = $1;
42 print "NOT FOUND: $dst $intf $gateway $metric $age\n";
47 print "WRONG GW: $dst $intf $gateway $metric $age\n";
53 print "WRONG IF: $dst $intf $gateway $metric $age\n";
/freebsd/contrib/ntp/ntpd/
H A Drefclock_chu.c170 * m signal metric (0 - 100)
251 #define MINMETRIC 50 /* min channel metric (of 160) */
283 #define METRIC 0x0800 /* one or more stations heard */ macro
320 double metric; /* integrator sum */ member
344 struct xmtr xmtr[NCHAN]; /* station metric */
1350 * frame metric, it is considered valid. However, the timecode in chu_second()
1388 * If in sync and the signal metric is above threshold, the in chu_second()
1436 int metric; /* distance metric */ in chu_major() local
1458 metric = 0; in chu_major()
1471 metric += val1; in chu_major()
[all …]
H A Drefclock_wwv.c140 #define METRIC 0x0080 /* one or more stations heard */ macro
492 double metric; /* signal quality metric */ member
1187 * When the channel metric reaches threshold and the second in wwv_rf()
1205 if (sp->metric >= TTHR && epoch == sp->mepoch % WWV_SEC) in wwv_rf()
1350 sp->metric = 0; in wwv_qrz()
1352 sp->metric = wwv_metric(sp); in wwv_qrz()
1357 sp->reach & 0xffff, sp->metric, sp->synmax, in wwv_qrz()
1823 * the channel metric computed by the wwv_metric() routine. in wwv_rsec()
1842 sp->metric in wwv_rsec()
[all...]
/freebsd/contrib/ntp/html/drivers/
H A Ddriver36.html49 … careful to avoid making pseudo-sense of noise alone. The signal quality metric depends on the min…
50metric, while the current minute pulse amplitude represents the low order bits. Only if the metric
58 …encies and both WWV and WWVH stations until finding a station and frequency with acceptable metric.
60 <p>Once the clock is set, it continues to provide correct timecodes as long as the signal metric is…
62 <p>Operation continues as long as the signal metric from at least one station on at least one frequ…
67 …the radio to one of the five broadcast frequencies to measure the signal metric as described above…
68metric, ties going first to the highest frequency and then to WWV in order. A station is considere…
77 <p><tt>ident score metric minamp/minsnr</tt></p>
78 …es (0) of the last 32 probes (hits and misses enter from the right), <tt>metric</tt> is described …
83 <p><tt>sq yyyy ddd hh:mm:ss l d du lset agc ident metric errs freq avg<br>
[all …]
/freebsd/contrib/openresolv/
H A Dresolvconf.8.in35 .Op Fl m Ar metric
135 .It Fl m Ar metric
136 Set the metric of the interface when adding it, default of 0.
221 list, then interfaces with a metric in order and finally the rest in
271 for the metric.
/freebsd/sys/net80211/
H A Dieee80211_hwmp.c898 * Update forwarding information to TA if metric improves.
906 int metric = 0; in hwmp_update_transmitter() local
919 metric = ms->ms_pmetric->mpm_metric(ni); in hwmp_update_transmitter()
921 rttran->rt_metric > metric) in hwmp_update_transmitter()
924 "%s path to transmitter %6D of %s, metric %d:%d", in hwmp_update_transmitter()
927 rttran->rt_metric, metric); in hwmp_update_transmitter()
929 rttran->rt_metric = metric; in hwmp_update_transmitter()
951 uint32_t metric = 0; in hwmp_recv_preq() local
1022 metric = preq->preq_metric + ms->ms_pmetric->mpm_metric(ni); in hwmp_recv_preq()
1025 metric < rtorig->rt_metric)) { in hwmp_recv_preq()
[all …]
H A Dieee80211_mesh.h49 uint8_t conf_pmetid; /* Active Metric Identifier */
65 /* Airtime Link Metric */
120 /* Link Metric Report */
128 * the active active path selection metric identifier
353 IEEE80211_ACTION_MESH_LMETRIC = 0, /* Mesh Link Metric Report */
426 uint32_t rt_metric; /* path metric */
478 * Mesh Link Metric Report Protocol.
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDFS.h1 //===- ScheduleDFS.h - ILP metric for ScheduleDAGInstrs ---------*- C++ -*-===//
9 // Definition of an ILP metric for machine level instruction scheduling.
32 /// When computed using bottom-up DFS, this metric assumes that the DAG is a
43 // Order by the ILP metric's value.
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.h150 unsigned Metric = (BubbleCycles * ScaleFactor) / ScheduleLength; in getMetric() local
151 // Metric is zero if the amount of bubbles is less than 1% which is too in getMetric()
153 return Metric ? Metric : 1; in getMetric()
159 dbgs() << "\n Schedule Metric (scaled by "
/freebsd/contrib/ntp/html/
H A Dorphan.html23 While ordinary NTP clients use a selection metric based on delay
24 and dispersion, orphan children use a metric computed from the IP
26 parent as the core server with the smallest metric.</p>
/freebsd/contrib/file/magic/Magdir/
H A Dtex25 # There is no way to detect TeX Font Metric (*.tfm) files without
28 2 string \000\021 TeX font metric data
31 2 string \000\022 TeX font metric data
/freebsd/share/man/man4/
H A Dnetintro.4216 #define ifr_metric ifr_ifru.ifru_metric /* metric */
302 Set interface routing metric.
303 The metric is used only by user-level routers.
305 Get interface metric.
/freebsd/share/examples/libifconfig/
H A Dstatus.c464 int metric, mtu; in print_iface() local
471 if (ifconfig_get_metric(lifh, ifa->ifa_name, &metric) == 0) { in print_iface()
472 printf("metric %d ", metric); in print_iface()
474 err(1, "Failed to get interface metric"); in print_iface()

1234567