Lines Matching refs:monotonic
373 * rather than the monotonic clock. */
410 base = UNIT(t)->inactive_exit_timestamp.monotonic;
425 base = UNIT(t)->manager->userspace_timestamp.monotonic;
430 base = trigger->inactive_exit_timestamp.monotonic;
433 base = t->last_trigger.monotonic;
442 base = trigger->inactive_enter_timestamp.monotonic;
445 base = t->last_trigger.monotonic;
510 (void) sd_event_source_set_description(t->monotonic_event_source, "timer-monotonic");
659 if (t->last_trigger.monotonic > 0)
660 unit_serialize_item_format(u, f, "last-trigger-monotonic", "%" PRIu64, t->last_trigger.monotonic);
696 } else if (streq(key, "last-trigger-monotonic")) {
698 r = safe_atou64(value, &t->last_trigger.monotonic);
700 log_unit_debug(u, "Failed to parse last-trigger-monotonic value: %s", value);