Searched refs:sys_precision (Results 1 – 18 of 18) sorted by relevance
108 extern s_char sys_precision;160 peer->precision = sys_precision; in local_start()
40 s_char sys_precision; /* local clock precision (log2 s) */ variable1254 p_disp = LOGTOD(sys_precision) + in process_packet()1257 p_del = max(p_del, LOGTOD(sys_precision)); in process_packet()1579 peer->jitter = LOGTOD(sys_precision);1685 LOGTOD(sys_precision)) {1745 peer->jitter = max(SQRT(peer->jitter), LOGTOD(sys_precision));2157 f = max(f, LOGTOD(sys_precision));2242 sys_jitter = LOGTOD(sys_precision);2443 xpkt.precision = sys_precision;2917 xpkt.precision = sys_precision;[all …]
194 clock_jitter = LOGTOD(sys_precision); in init_loopfilter()411 clock_jitter = LOGTOD(sys_precision); in local_clock()429 LOGTOD(sys_precision))); in local_clock()
513 peer->precision = sys_precision; in peer_config()808 peer->precision = sys_precision; in newpeer()
568 pp->jitter = max(SQRT(pp->jitter / m), LOGTOD(sys_precision)); in refclock_sample()
2946 if (sys_precision != 0) in fetch_timestamp()2948 -sys_precision); in fetch_timestamp()
578 peer->precision = sys_precision; in msfees_start()
1254 ctl_putint(sys_var[CS_PRECISION].text, sys_precision); in ctl_putsys()
1096 is->precision = sys_precision; in sys_info()
2896 peer->precision = sys_precision; in parse_start()
95 if (sys_precision != 0) in get_systime()97 -sys_precision); in get_systime()
94 static int32_t sys_precision; variable817 sysb_precision = val_parse_int32(val, &sys_precision, in fetch_sysinfo()1142 value->v.integer = sys_precision; in op_ntpSystem()
385 extern s_char sys_precision; /* local clock precision */
70 s_char sys_precision; /* local clock precision (log2 s) */ variable
118 s_char sys_precision; /* local clock precision (log2 s) */ variable
60 s_char sys_precision; /* local clock precision (log2 s) */ variable
15424 Let there be fuzz. Make sure sys_precision is visible and present.15427 Let there be fuzz. Make sure sys_precision is visible and present.15430 Let there be fuzz. Make sure sys_precision is visible and present.15433 Let there be fuzz. Make sure sys_precision is visible and present.15436 Let there be fuzz. Make sure sys_precision is visible and present.15487 Only fuzz the time after we know sys_precision (gettimeofday only)15490 Only fuzz the time after we know sys_precision (gettimeofday only)
1145 (clock_filter): Initialize jit to f(sys_precision)