Home
last modified time | relevance | path

Searched refs:root_distance_max_usec (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/timesync/
Dtimesyncd-gperf.gperf24 …axSec, config_parse_sec, 0, offsetof(Manager, root_distance_max_usec)
Dtimesyncd-manager.h92 usec_t root_distance_max_usec; member
Dtimesyncd-bus.c223 …tDistanceMaxUSec", "t", bus_property_get_usec, offsetof(Manager, root_distance_max_usec), SD_BUS_V…
Dtimesyncd-manager.c495 if (root_distance > (double) m->root_distance_max_usec / (double) USEC_PER_SEC) { in manager_receive_response()
1117 .root_distance_max_usec = NTP_ROOT_DISTANCE_MAX_USEC, in manager_new()