Lines Matching refs:usec_add
216 r = sd_event_source_set_time(s->watchdog_event_source, usec_add(s->watchdog_timestamp.monotonic, s->watchdog_usec));
228 usec_add(s->watchdog_timestamp.monotonic, s->watchdog_usec), 0,
969 return usec_add(UNIT(s)->state_change_timestamp.monotonic, s->timeout_start_usec);
972 return usec_add(UNIT(s)->active_enter_timestamp.monotonic, s->runtime_max_usec);
981 return usec_add(UNIT(s)->state_change_timestamp.monotonic, s->timeout_stop_usec);
984 return usec_add(UNIT(s)->inactive_enter_timestamp.monotonic, s->restart_usec);
1204 r = service_arm_timer(s, usec_add(now(CLOCK_MONOTONIC), timeout));
1425 r = service_arm_timer(s, usec_add(now(CLOCK_MONOTONIC), s->restart_usec));
1533 r = service_arm_timer(s, usec_add(now(CLOCK_MONOTONIC), s->timeout_stop_usec));
1563 service_arm_timer(s, usec_add(now(CLOCK_MONOTONIC), s->timeout_stop_usec));
1645 service_arm_timer(s, usec_add(UNIT(s)->active_enter_timestamp.monotonic, s->runtime_max_usec));
1835 r = service_arm_timer(s, usec_add(now(CLOCK_MONOTONIC), s->restart_usec));
1865 service_arm_timer(s, usec_add(now(CLOCK_MONOTONIC), s->timeout_start_usec));