Home
last modified time | relevance | path

Searched refs:next_elapse_monotonic_or_boottime (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/core/
Dtimer.c43 t->next_elapse_monotonic_or_boottime = USEC_INFINITY; in timer_init()
294 t->next_elapse_monotonic_or_boottime = USEC_INFINITY; in timer_set_state()
388 t->next_elapse_monotonic_or_boottime = t->next_elapse_realtime = 0; in timer_enter_waiting()
487 t->next_elapse_monotonic_or_boottime = v->next_elapse; in timer_enter_waiting()
489 … t->next_elapse_monotonic_or_boottime = MIN(t->next_elapse_monotonic_or_boottime, v->next_elapse); in timer_enter_waiting()
504 add_random(t, &t->next_elapse_monotonic_or_boottime); in timer_enter_waiting()
506 …left = usec_sub_unsigned(t->next_elapse_monotonic_or_boottime, triple_timestamp_by_clock(&ts, TIME… in timer_enter_waiting()
510 … r = sd_event_source_set_time(t->monotonic_event_source, t->next_elapse_monotonic_or_boottime); in timer_enter_waiting()
523 t->next_elapse_monotonic_or_boottime, t->accuracy_usec, in timer_enter_waiting()
Dtimer.h47 usec_t next_elapse_monotonic_or_boottime; member
Ddbus-timer.c115 … (uint64_t) usec_shift_clock(t->next_elapse_monotonic_or_boottime, in property_get_next_elapse_monotonic()