now               164 src/ask-password/ask-password.c                 timeout = now(CLOCK_MONOTONIC) + arg_timeout;
now              1488 src/bus-proxyd/bus-proxyd.c                         nw = now(CLOCK_MONOTONIC);
now               718 src/cgtop/cgtop.c                 t = now(CLOCK_MONOTONIC);
now               115 src/core/busname.c                 r = sd_event_source_set_time(n->timer_event_source, now(CLOCK_MONOTONIC) + n->timeout_usec);
now               126 src/core/busname.c                         now(CLOCK_MONOTONIC) + n->timeout_usec, 0,
now               159 src/core/dbus-timer.c                 a = now(CLOCK_MONOTONIC);
now               160 src/core/dbus-timer.c                 b = now(CLOCK_BOOTTIME);
now               885 src/core/job.c         j->begin_usec = now(CLOCK_MONOTONIC);
now                83 src/core/killall.c         until = now(CLOCK_MONOTONIC) + TIMEOUT_USEC;
now               130 src/core/killall.c                 n = now(CLOCK_MONOTONIC);
now               194 src/core/load-dropin.c         u->dropin_mtime = now(CLOCK_REALTIME);
now              1678 src/core/main.c         before_startup = now(CLOCK_MONOTONIC);
now              1753 src/core/main.c                 after_startup = now(CLOCK_MONOTONIC);
now               105 src/core/manager.c         next = now(CLOCK_MONOTONIC) + JOBS_IN_PROGRESS_WAIT_USEC;
now               193 src/core/manager.c         format_timespan(time, sizeof(time), now(CLOCK_MONOTONIC) - j->begin_usec, 1*USEC_PER_SEC);
now              1935 src/core/manager.c         next = now(CLOCK_MONOTONIC) + JOBS_IN_PROGRESS_PERIOD_USEC;
now              2657 src/core/manager.c                         sd_event_source_set_time(m->jobs_in_progress_event_source, now(CLOCK_MONOTONIC) + JOBS_IN_PROGRESS_WAIT_USEC);
now               398 src/core/mount-setup.c                 before_relabel = now(CLOCK_MONOTONIC);
now               403 src/core/mount-setup.c                 after_relabel = now(CLOCK_MONOTONIC);
now               151 src/core/mount.c                 r = sd_event_source_set_time(m->timer_event_source, now(CLOCK_MONOTONIC) + m->timeout_usec);
now               162 src/core/mount.c                         now(CLOCK_MONOTONIC) + m->timeout_usec, 0,
now                79 src/core/scope.c                 r = sd_event_source_set_time(s->timer_event_source, now(CLOCK_MONOTONIC) + s->timeout_stop_usec);
now                90 src/core/scope.c                         now(CLOCK_MONOTONIC) + s->timeout_stop_usec, 0,
now                81 src/core/selinux-setup.c         before_load = now(CLOCK_MONOTONIC);
now               104 src/core/selinux-setup.c                 after_load = now(CLOCK_MONOTONIC);
now               295 src/core/service.c                 r = sd_event_source_set_time(s->timer_event_source, now(CLOCK_MONOTONIC) + usec);
now               306 src/core/service.c                         now(CLOCK_MONOTONIC) + usec, 0,
now               168 src/core/socket.c                 r = sd_event_source_set_time(s->timer_event_source, now(CLOCK_MONOTONIC) + s->timeout_usec);
now               179 src/core/socket.c                         now(CLOCK_MONOTONIC) + s->timeout_usec, 0,
now               179 src/core/swap.c                 r = sd_event_source_set_time(s->timer_event_source, now(CLOCK_MONOTONIC) + s->timeout_usec);
now               190 src/core/swap.c                         now(CLOCK_MONOTONIC) + s->timeout_usec, 0,
now               305 src/core/timer.c         a = now(CLOCK_BOOTTIME);
now               306 src/core/timer.c         b = now(CLOCK_MONOTONIC);
now               324 src/core/timer.c         ts_realtime = now(CLOCK_REALTIME);
now               325 src/core/timer.c         ts_monotonic = now(t->wake_system ? CLOCK_BOOTTIME : CLOCK_MONOTONIC);
now              3202 src/core/unit.c         u->dropin_mtime = now(CLOCK_REALTIME);
now               588 src/cryptsetup/cryptsetup.c                         until = now(CLOCK_MONOTONIC) + arg_timeout;
now               635 src/firstboot/firstboot.c         item.sp_lstchg = (long) (now(CLOCK_REALTIME) / USEC_PER_DAY);
now               188 src/fsck/fsck.c                 t = now(CLOCK_MONOTONIC);
now               215 src/journal/journal-authenticate.c                 realtime = now(CLOCK_REALTIME);
now               325 src/journal/journal-file.c         f->last_stat_usec = now(CLOCK_MONOTONIC);
now               360 src/journal/journal-file.c                 if (f->last_stat_usec + LAST_STAT_REFRESH_USEC > now(CLOCK_MONOTONIC))
now              2565 src/journal/journal-file.c                 crtime = htole64((uint64_t) now(CLOCK_REALTIME));
now              2747 src/journal/journal-file.c                      (unsigned long long) now(CLOCK_REALTIME),
now              3027 src/journal/journal-file.c                 t = now(CLOCK_REALTIME);
now               162 src/journal/journal-vacuum.c                 retention_limit = now(CLOCK_REALTIME);
now                44 src/journal/journal-verify.c         z = now(CLOCK_MONOTONIC);
now              1368 src/journal/journalctl.c         n = now(CLOCK_REALTIME);
now               222 src/journal/journald-rate-limit.c         ts = now(CLOCK_MONOTONIC);
now               105 src/journal/journald-server.c         ts = now(CLOCK_MONOTONIC);
now              1044 src/journal/journald-server.c         start = now(CLOCK_MONOTONIC);
now              1110 src/journal/journald-server.c         server_driver_message(s, SD_ID128_NULL, "Time spent on flushing to /var is %s for %u entries.", format_timespan(ts, sizeof(ts), now(CLOCK_MONOTONIC) - start, 0), n);
now              1607 src/journal/journald-server.c         n = now(CLOCK_REALTIME);
now               147 src/journal/journald-syslog.c         t = tv ? tv->tv_sec : ((time_t) (now(CLOCK_REALTIME) / USEC_PER_SEC));
now               491 src/journal/journald-syslog.c         n = now(CLOCK_MONOTONIC);
now                76 src/journal/journald.c                 n = now(CLOCK_REALTIME);
now              2322 src/journal/sd-journal.c         j->last_process_usec = now(CLOCK_MONOTONIC);
now              2382 src/journal/sd-journal.c                 n = now(CLOCK_MONOTONIC);
now               876 src/libsystemd-network/sd-dhcp-client.c                 client->start_time = now(clock_boottime_or_monotonic());
now               801 src/libsystemd-network/sd-dhcp-server.c                                 time_now = now(clock_boottime_or_monotonic());
now               980 src/libsystemd-network/sd-dhcp6-client.c                 time_now = now(clock_boottime_or_monotonic());
now               190 src/libsystemd-network/sd-ipv4ll.c                 time_now = now(clock_boottime_or_monotonic());
now               574 src/libsystemd-network/sd-ipv4ll.c                               now(clock_boottime_or_monotonic()), 0,
now               276 src/libsystemd/sd-bus/bus-kernel.c                 struct timespec now;
now               278 src/libsystemd/sd-bus/bus-kernel.c                 assert_se(clock_gettime(CLOCK_MONOTONIC_COARSE, &now) == 0);
now               279 src/libsystemd/sd-bus/bus-kernel.c                 m->kdbus->timeout_ns = now.tv_sec * NSEC_PER_SEC + now.tv_nsec +
now               682 src/libsystemd/sd-bus/bus-socket.c         b->auth_timeout = now(CLOCK_MONOTONIC) + BUS_DEFAULT_TIMEOUT;
now              1097 src/libsystemd/sd-bus/bus-socket.c         if (now(CLOCK_MONOTONIC) >= b->auth_timeout)
now              1714 src/libsystemd/sd-bus/sd-bus.c         return now(CLOCK_MONOTONIC) + usec;
now              1947 src/libsystemd/sd-bus/sd-bus.c                         n = now(CLOCK_MONOTONIC);
now              2074 src/libsystemd/sd-bus/sd-bus.c         n = now(CLOCK_MONOTONIC);
now              2699 src/libsystemd/sd-bus/sd-bus.c                         nw = now(CLOCK_MONOTONIC);
now              2374 src/libsystemd/sd-event/sd-event.c         e->timestamp_boottime = now(CLOCK_BOOTTIME);
now              2640 src/libsystemd/sd-event/sd-event.c                 e->watchdog_last = now(CLOCK_MONOTONIC);
now               339 src/libsystemd/sd-rtnl/sd-rtnl.c         n = now(CLOCK_MONOTONIC);
now               470 src/libsystemd/sd-rtnl/sd-rtnl.c         return now(CLOCK_MONOTONIC) + usec;
now               499 src/libsystemd/sd-rtnl/sd-rtnl.c                         nw = now(CLOCK_MONOTONIC);
now               689 src/libsystemd/sd-rtnl/sd-rtnl.c                         n = now(CLOCK_MONOTONIC);
now              1367 src/libudev/libudev-device.c         now_ts = now(CLOCK_MONOTONIC);
now              1323 src/login/logind-dbus.c         if (until <= now(CLOCK_MONOTONIC))
now              1397 src/login/logind-dbus.c         manager_set_lid_switch_ignore(m, now(CLOCK_MONOTONIC) + IGNORE_LID_SWITCH_SUSPEND_USEC);
now              1412 src/login/logind-dbus.c         m->action_timestamp = now(CLOCK_MONOTONIC);
now              2218 src/login/logind-dbus.c                 if (manager->action_timestamp + manager->inhibit_delay_max > now(CLOCK_MONOTONIC))
now               711 src/login/logind-session.c                                   now(CLOCK_MONOTONIC) + RELEASE_USEC, 0,
now               806 src/login/logind-session.c         n = now(CLOCK_REALTIME);
now                63 src/login/logind.c         m->idle_action_not_before_usec = now(CLOCK_MONOTONIC);
now               990 src/login/logind.c         n = now(CLOCK_MONOTONIC);
now              1159 src/login/logind.c                         x = now(CLOCK_MONOTONIC);
now               261 src/readahead/readahead-collect.c         starttime = now(CLOCK_MONOTONIC);
now               311 src/readahead/readahead-collect.c         not_after = now(CLOCK_MONOTONIC) + arg_timeout;
now               354 src/readahead/readahead-collect.c                 t = now(CLOCK_MONOTONIC);
now               473 src/readahead/readahead-collect.c                                         entrytime = now(CLOCK_MONOTONIC);
now               722 src/resolve/resolved-bus.c                 r = sd_event_add_time(m->event, &m->bus_retry_event_source, CLOCK_MONOTONIC, now(CLOCK_MONOTONIC) + 5*USEC_PER_SEC, 0, on_bus_retry, m);
now               158 src/resolve/resolved-dns-cache.c                         t = now(CLOCK_BOOTTIME);
now               412 src/resolve/resolved-dns-cache.c                 timestamp = now(CLOCK_BOOTTIME);
now               290 src/resolve/resolved-dns-query.c                         now(clock_boottime_or_monotonic()) + QUERY_TIMEOUT_USEC, 0,
now               740 src/resolve/resolved-dns-scope.c                               now(clock_boottime_or_monotonic()) + jitter,
now               375 src/resolve/resolved-dns-stream.c                         now(clock_boottime_or_monotonic()) + DNS_STREAM_TIMEOUT_USEC, 0,
now               537 src/resolve/resolved-dns-transaction.c                                 now(clock_boottime_or_monotonic()) + jitter,
now               598 src/resolve/resolved-dns-transaction.c                         now(clock_boottime_or_monotonic()) + TRANSACTION_TIMEOUT_USEC(t->scope->protocol), 0,
now               129 src/shared/ask-password-api.c                         y = now(CLOCK_MONOTONIC);
now               423 src/shared/ask-password-api.c                 t = now(CLOCK_MONOTONIC);
now               382 src/shared/log.c         t = (time_t) (now(CLOCK_REALTIME) / USEC_PER_SEC);
now                45 src/shared/ptyfwd.c                         usec_t nw = now(CLOCK_MONOTONIC);
now                38 src/shared/ratelimit.c         ts = now(CLOCK_MONOTONIC);
now                81 src/shared/selinux-util.c         before_timestamp = now(CLOCK_MONOTONIC);
now                99 src/shared/selinux-util.c                 after_timestamp = now(CLOCK_MONOTONIC);
now                42 src/shared/time-util.c         ts->realtime = now(CLOCK_REALTIME);
now                43 src/shared/time-util.c         ts->monotonic = now(CLOCK_MONOTONIC);
now                59 src/shared/time-util.c         delta = (int64_t) now(CLOCK_REALTIME) - (int64_t) u;
now                60 src/shared/time-util.c         ts->monotonic = now(CLOCK_MONOTONIC);
now                80 src/shared/time-util.c         delta = (int64_t) now(CLOCK_MONOTONIC) - (int64_t) u;
now                82 src/shared/time-util.c         ts->realtime = now(CLOCK_REALTIME);
now               220 src/shared/time-util.c         n = now(CLOCK_REALTIME);
now                72 src/shared/time-util.h usec_t now(clockid_t clock);
now              1967 src/shared/util.c                 ts = now(CLOCK_MONOTONIC);
now              2037 src/shared/util.c                                 n = now(CLOCK_MONOTONIC);
now              2523 src/shared/util.c                 x ^= (unsigned) now(CLOCK_REALTIME);
now                96 src/shared/utmp-wtmp.c                 t = now(CLOCK_REALTIME);
now               310 src/shared/utmp-wtmp.c         end = now(CLOCK_MONOTONIC) + TIMEOUT_MSEC*USEC_PER_MSEC;
now               321 src/shared/utmp-wtmp.c                 t = now(CLOCK_MONOTONIC);
now               373 src/shared/utmp-wtmp.c                      format_timestamp(date, sizeof(date), now(CLOCK_REALTIME)),
now               332 src/shutdownd/shutdownd.c                 n = now(CLOCK_REALTIME);
now              6345 src/systemctl/systemctl.c                 *_u = now(CLOCK_REALTIME) + USEC_PER_MINUTE * u;
now              6362 src/systemctl/systemctl.c                 n = now(CLOCK_REALTIME);
now              6468 src/systemctl/systemctl.c                 arg_when = now(CLOCK_REALTIME) + USEC_PER_MINUTE;
now               656 src/sysusers/sysusers.c                 lstchg = (long) (now(CLOCK_REALTIME) / USEC_PER_DAY);
now               428 src/timedate/timedated.c         return sd_bus_message_append(reply, "t", now(CLOCK_REALTIME));
now               619 src/timedate/timedated.c                 n = now(CLOCK_REALTIME);
now               230 src/timesync/timesyncd-manager.c                                 now(clock_boottime_or_monotonic()) + TIMEOUT_USEC, 0,
now               261 src/timesync/timesyncd-manager.c                 r = sd_event_source_set_time(m->event_timer, now(clock_boottime_or_monotonic()) + next);
now               272 src/timesync/timesyncd-manager.c                         now(clock_boottime_or_monotonic()) + next, 0,
now               864 src/timesync/timesyncd-manager.c                 r = sd_event_add_time(m->event, &m->event_retry, clock_boottime_or_monotonic(), now(clock_boottime_or_monotonic()) + RETRY_USEC, 0, manager_retry_connect, m);
now               920 src/timesync/timesyncd-manager.c                                 r = sd_event_add_time(m->event, &m->event_retry, clock_boottime_or_monotonic(), now(clock_boottime_or_monotonic()) + m->poll_interval_usec, 0, manager_retry_connect, m);
now                67 src/timesync/timesyncd.c         ct = now(CLOCK_REALTIME);
now              1005 src/tmpfiles/tmpfiles.c         n = now(CLOCK_REALTIME);
now               123 src/tty-ask-password-agent/tty-ask-password-agent.c                         y = now(CLOCK_MONOTONIC);
now               245 src/tty-ask-password-agent/tty-ask-password-agent.c         if (not_after > 0 && now(CLOCK_MONOTONIC) > not_after)
now                49 src/udev/udev-event.c         event->birth_usec = now(CLOCK_MONOTONIC);
now               470 src/udev/udev-event.c                         age_usec = now(CLOCK_MONOTONIC) - event->birth_usec;
now               561 src/udev/udev-event.c                         age_usec = now(CLOCK_MONOTONIC) - event->birth_usec;
now               902 src/udev/udev-event.c                         udev_device_set_usec_initialized(event->dev, now(CLOCK_MONOTONIC));
now               408 src/udev/udevd.c                 worker->event_start_usec = now(CLOCK_MONOTONIC);
now               439 src/udev/udevd.c                 worker->event_start_usec = now(CLOCK_MONOTONIC);
now              1416 src/udev/udevd.c                                 ts = now(CLOCK_MONOTONIC);
now              1454 src/udev/udevd.c                 if ((now(CLOCK_MONOTONIC) - last_usec) > 3 * USEC_PER_SEC) {
now              1460 src/udev/udevd.c                         last_usec = now(CLOCK_MONOTONIC);
now              1480 src/udev/udevd.c                                 udev_device_set_usec_initialized(dev, now(CLOCK_MONOTONIC));