Searched refs:clock_delta (Results 1 – 5 of 5) sorted by relevance
122 time_t delta = state->clock_delta; in action_kickoff_time_sync()127 state->clock_delta, delta); in action_kickoff_time_sync()129 if (state->clock_delta) in action_kickoff_time_sync()132 state->clock_delta = 0; in action_kickoff_time_sync()
49 state->clock_delta = 0; in handle_time_setter()50 check_continuity (&state->clock_delta); in handle_time_setter()
360 time_t delta = state->clock_delta; in can_set_time()365 __func__, state->clock_delta, delta); in can_set_time()366 delta = state->clock_delta = 0; in can_set_time()370 return !state->clock_delta; in can_set_time()431 dbus_bool_t net_synced = !!state->clock_delta; in handle_last_sync_info()
170 time_t clock_delta; member
87 memset(&clock_delta, 0, sizeof(clock_delta)); in TestState()96 timeval clock_delta; member835 if (test_state->clock_delta.tv_usec != 0 || in RetryAsync()836 test_state->clock_delta.tv_sec != 0) { in RetryAsync()838 test_state->clock.tv_usec += test_state->clock_delta.tv_usec; in RetryAsync()841 test_state->clock.tv_sec += test_state->clock_delta.tv_sec; in RetryAsync()842 memset(&test_state->clock_delta, 0, sizeof(test_state->clock_delta)); in RetryAsync()1276 PacketedBioCreate(&GetTestState(ssl.get())->clock_delta); in DoExchange()