Searched refs:root_distance_max_usec (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/timesync/ |
D | timesyncd-gperf.gperf | 24 …axSec, config_parse_sec, 0, offsetof(Manager, root_distance_max_usec)
|
D | timesyncd-manager.h | 92 usec_t root_distance_max_usec; member
|
D | timesyncd-bus.c | 223 …tDistanceMaxUSec", "t", bus_property_get_usec, offsetof(Manager, root_distance_max_usec), SD_BUS_V…
|
D | timesyncd-manager.c | 495 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()
|