Searched refs:jitter (Results 26 - 31 of 31) sorted by relevance

12

/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_jjy.c1089 "status %d [%c] %s : offset %3.3f mSec. : jitter %3.3f mSec.",
1090 peer->status, cStatus, pStatus, peer->offset * 1000, peer->jitter * 1000 ) ;
H A Dntp_control.c523 { CP_JITTER, RO, "jitter" }, /* 26 */
2404 1000 * dbl_from_var_long(ntx.jitter, ntx.status))
2758 ctl_putdbl(peer_var[id].text, p->jitter * 1e3);
H A Dntp_config.c1811 my_info->jitter = my_attr_val->value.d;
/freebsd-11-stable/contrib/jemalloc/src/
H A Darena.c1262 nstime_t jitter; local
1264 nstime_init(&jitter, prng_range(&arena->decay_jitter_state,
1266 nstime_add(&arena->decay_deadline, &jitter);
/freebsd-11-stable/sys/netinet/
H A Dsctputil.c2128 * PLUS a random jitter.
2134 uint32_t jitter; local
2146 jitter = rndval % to_ticks;
2147 if (jitter >= (to_ticks >> 1)) {
2148 to_ticks = to_ticks + (jitter - (to_ticks >> 1));
2150 to_ticks = to_ticks - jitter;
/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dntpdc_ops.c1025 (void) fprintf(fp, "jitter: %s s\n",
3047 (void)fprintf(fp, "pps jitter: %g s\n",
3048 (u_long)ntohl(ik->jitter) * tscale_unano);
3053 (void)fprintf(fp, "jitter exceeded: %ld\n",

Completed in 170 milliseconds

12