Searched refs:tmx (Results 1 - 1 of 1) sorted by relevance

/systemd/src/timesync/
H A Dtimesyncd-manager.c315 struct timex tmx = {}; local
325 tmx.modes = ADJ_STATUS | ADJ_NANO | ADJ_OFFSET | ADJ_TIMECONST | ADJ_MAXERROR | ADJ_ESTERROR;
326 tmx.status = STA_PLL;
327 tmx.offset = offset * NSEC_PER_SEC;
328 tmx.constant = log2i(m->poll_interval_usec / USEC_PER_SEC) - 4;
329 tmx.maxerror = 0;
330 tmx.esterror = 0;
333 tmx.modes = ADJ_STATUS | ADJ_NANO | ADJ_SETOFFSET;
336 tmx.time.tv_sec = (long)offset;
337 tmx
[all...]

Completed in 2220 milliseconds