| /NextBSD/contrib/ntp/lib/isc/ |
| HD | random.c | 103 isc_random_jitter(isc_uint32_t max, isc_uint32_t jitter) { in isc_random_jitter() argument 106 REQUIRE(jitter < max || (jitter == 0 && max == 0)); in isc_random_jitter() 108 if (jitter == 0) in isc_random_jitter() 112 return (max - rnd % jitter); in isc_random_jitter()
|
| /NextBSD/contrib/ntp/util/ |
| HD | README | 14 The jitter.c program can be used to determine the timing jitter due to 16 dominant contribution to the jitter budget is the period of the hardware 19 the jitter is dominated only by the operating system.
|
| HD | Makefile.am | 7 EXTRA_PROGRAMS= audio-pcm byteorder hist jitter kern longsize ntp-keygen \ 115 jitter_SOURCES= jitter.c
|
| HD | Makefile.in | 97 jitter$(EXEEXT) kern$(EXEEXT) longsize$(EXEEXT) \ 172 am_jitter_OBJECTS = jitter.$(OBJEXT) 662 jitter_SOURCES = jitter.c 862 jitter$(EXEEXT): $(jitter_OBJECTS) $(jitter_DEPENDENCIES) $(EXTRA_jitter_DEPENDENCIES) 863 @rm -f jitter$(EXEEXT) 923 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jitter.Po@am__quote@
|
| HD | ntptime.c | 363 htemp = (double)ntx.jitter; in main()
|
| /NextBSD/sys/dev/firewire/ |
| HD | fwphyreg.h | 56 jitter:3, member 86 jitter:3,
|
| /NextBSD/contrib/ntp/ntpd/ |
| HD | refclock_local.c | 206 pp->jitter = 0; in local_poll() 210 pp->jitter = 0; in local_poll()
|
| HD | ntp_refclock.c | 489 pp->jitter = 0; in refclock_sample() 493 pp->jitter += SQUARE(off[k] - off[k - 1]); in refclock_sample() 496 pp->jitter = max(SQRT(pp->jitter / m), LOGTOD(sys_precision)); in refclock_sample() 501 (int)n, pp->offset, pp->disp, pp->jitter); in refclock_sample() 553 clock_filter(peer, pp->offset, 0., pp->jitter); in refclock_receive()
|
| HD | ntp_util.c | 540 double jitter /* jitter */ in record_peer_stats() argument 557 delay, dispersion, jitter); in record_peer_stats() 579 double jitter, /* jitter */ in record_loop_stats() argument 596 day, ulfptoa(&now, 3), offset, freq * 1e6, jitter, in record_loop_stats()
|
| HD | ntp_proto.c | 2307 peer->jitter = LOGTOD(sys_precision); in peer_clear() 2460 peer->disp = peer->jitter = 0; in clock_filter() 2467 peer->jitter += DIFF(peer->filter_offset[j], in clock_filter() 2485 peer->jitter /= m - 1; in clock_filter() 2486 peer->jitter = max(SQRT(peer->jitter), LOGTOD(sys_precision)); in clock_filter() 2497 && etemp > CLOCK_SGATE * peer->jitter in clock_filter() 2525 peer->offset, peer->delay, peer->disp, peer->jitter); in clock_filter() 2528 peer->jitter)); in clock_filter() 2691 peers[nlist].error = peer->jitter; in clock_select() 3010 sys_jitter = typesystem->jitter; in clock_select() [all …]
|
| HD | ntpsim.c | 315 d1 = poisson(curr_script->prop_delay, curr_script->jitter); in simulate_server() 317 d3 = poisson(curr_script->prop_delay, curr_script->jitter); in simulate_server()
|
| HD | ntp_loopfilter.c | 833 clock_jitter = ntv.jitter / 1e9; in local_clock() 835 clock_jitter = ntv.jitter / 1e6; in local_clock()
|
| HD | ntpd-opts.def | 161 congestion, the roundtrip delay jitter can exceed three seconds and 177 network path congestion and jitter. 363 incidental roundtrip delay jitter and oscillator frequency wander 435 synchronization consistent with the observed jitter and wander.
|
| /NextBSD/contrib/ntp/lib/isc/include/isc/ |
| HD | random.h | 54 isc_random_jitter(isc_uint32_t max, isc_uint32_t jitter);
|
| /NextBSD/sys/sys/ |
| HD | timex.h | 147 long jitter; /* PPS jitter (ns/us) (ro) */ member
|
| /NextBSD/contrib/ntp/kernel/sys/ |
| HD | timex.h | 276 long jitter; /* pps jitter (us) (ro) */ member
|
| /NextBSD/contrib/ntp/include/ |
| HD | ntpsim.h | 85 double jitter; member
|
| HD | ntp_refclock.h | 170 double jitter; /* jitter (mean squares) */ member
|
| HD | ntp.h | 355 double jitter; /* peer jitter (squares) */ member
|
| /NextBSD/contrib/ntp/ntpq/ |
| HD | ntpq.texi | 369 @code{[tally]remote refid st t when pool reach delay offset jitter} 420 @item @code{jitter} 422 jitter 567 combined system jitter 579 clock jitter 595 The jitter and wander statistics are exponentially-weighted RMS averages. 596 The system jitter is defined in the NTPv4 specification; 597 the clock jitter statistic is computed by the clock discipline module. 739 @item @code{jitter} 741 filter jitter
|
| HD | ntpq-opts.def | 562 .Dl [tally]remote refid st t when pool reach delay offset jitter 608 .It Ic jitter 609 jitter 613 .Dl [tally]remote refid assid st t when pool reach delay offset jitter 768 combined system jitter 774 clock jitter 782 The jitter and wander statistics are exponentially-weighted RMS averages. 783 The system jitter is defined in the NTPv4 specification; 784 the clock jitter statistic is computed by the clock discipline module. 870 .It Ic jitter [all …]
|
| HD | invoke-ntpq.texi | 427 [tally]remote refid st t when pool reach delay offset jitter 474 @item @code{jitter} 475 jitter 480 [tally]remote refid assid st t when pool reach delay offset jitter 636 combined system jitter 642 clock jitter 650 The jitter and wander statistics are exponentially-weighted RMS averages. 651 The system jitter is defined in the NTPv4 specification; 652 the clock jitter statistic is computed by the clock discipline module. 738 @item @code{jitter} [all …]
|
| /NextBSD/sys/contrib/octeon-sdk/ |
| HD | cvmx-spxx-defs.h | 1369 uint64_t jitter : 3; /**< Accounts for jitter when the macro sequence is member 1394 uint64_t jitter : 3;
|
| /NextBSD/sys/kern/ |
| HD | kern_ntptime.c | 450 ntv.jitter = pps_jitter; in sys_ntp_adjtime() 452 ntv.jitter = pps_jitter / 1000; in sys_ntp_adjtime()
|
| /NextBSD/contrib/bsnmp/snmp_ntp/ |
| HD | BEGEMOT-NTP-MIB.txt | 108 "Current jitter in seconds multiplied by 2^32."
|