Home
last modified time | relevance | path

Searched refs:peer_count (Results 1 – 8 of 8) sorted by relevance

/netbsd/external/bsd/ntp/dist/scripts/
H A Dsummary.in202 my %peer_count;
241 $peer_count{$i} = 0;
244 $peer_count{$i}++;
260 next if $peer_count{$i} < 2;
261 $peer_time{$i} /= $peer_count{$i};
265 $peer_delay{$i} /= $peer_count{$i};
266 $peer_disp{$i} /= $peer_count{$i};
316 $peer_count{$i} = $peer_mean{$i} = $peer_var{$i} = 0;
324 $peer_count{$i}++;
353 next if ($peer_count{$i} < 2);
[all …]
/netbsd/external/bsd/ntp/dist/scripts/stats/
H A Dpsummary.awk56 peer_count[i]++
58 peer_count[i]++
76 if (peer_count[i] <= 0)
78 peer_mean[i] /= peer_count[i]
79 peer_var[i] = sqrt(peer_var[i] / peer_count[i])
80 …printf "%-15s%4d%10.3f%10.3f%10.3f%4d%4d%4d%4d\n", peer_ident[i], peer_count[i], peer_mean[i], pee…
H A Dpeer.awk41 peer_count[i]++
58 peer_time[i] /= peer_count[i]
59 … peer_time_rms[i] = sqrt(peer_time_rms[i] / peer_count[i] - peer_time[i] * peer_time[i])
60 peer_delay[i] /= peer_count[i]
61 peer_disp[i] /= peer_count[i]
66 …printf "%-15s%5d%9.3f%9.3f%9.3f%9.3f%9.3f%9.3f\n", peer_ident[i], peer_count[i], peer_time[i] * 1e…
/netbsd/external/bsd/ntp/dist/include/
H A Dntpd.h455 extern int peer_count; /* count in peer_list */
/netbsd/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
H A Dvchiq_arm.c2691 int peer_count; in vchiq_dump_service_use_state() local
2706 peer_count = arm_state->peer_use_count; in vchiq_dump_service_use_state()
2752 "----- VCHIQ use count count %d", peer_count); in vchiq_dump_service_use_state()
/netbsd/external/bsd/ntp/dist/ntpq/
H A Dntpq-subs.c314 u_int peer_count; member
3397 prow->peer_count, prow->uptime, sptoa(&prow->addr)); in another_ifstats_field()
3507 1 == sscanf(val, "%u", &row.peer_count)) in ifstats()
/netbsd/external/bsd/ntp/dist/
H A DChangeLog2754 * Lose peer_count from ntp_peer.c and ntp_proto.c (Dave Mills).
H A DCommitLog143316 Lose peer_count from ntp_peer.c and ntp_proto.c (Dave Mills)
143319 Lose peer_count from ntp_peer.c and ntp_proto.c (Dave Mills)
143322 Lose peer_count from ntp_peer.c and ntp_proto.c (Dave Mills)
143325 Lose peer_count from ntp_peer.c and ntp_proto.c (Dave Mills)
152664 adds peer_list, peer_count globals.
152699 adds peer_list, peer_count globals.