Searched defs:ts_monotonic (Results 1 - 1 of 1) sorted by relevance

/systemd/src/core/
H A Dtimer.c356 usec_t ts_realtime, ts_monotonic; local
376 ts_monotonic = now(t->wake_system ? CLOCK_BOOTTIME : CLOCK_MONOTONIC);
412 base = ts_monotonic;
461 if (!initial && v->next_elapse < ts_monotonic && IN_SET(v->base, TIMER_ACTIVE, TIMER_BOOT, TIMER_STARTUP)) {
488 left = t->next_elapse_monotonic_or_boottime > ts_monotonic ? t->next_elapse_monotonic_or_boottime - ts_monotonic : 0;

Completed in 27 milliseconds