Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dtime-util.c172 usec_t nowm; in dual_timestamp_from_boottime() local
179 nowm = now(CLOCK_BOOTTIME); in dual_timestamp_from_boottime()
180 ts->monotonic = map_clock_usec_internal(u, nowm, now(CLOCK_MONOTONIC)); in dual_timestamp_from_boottime()
181 ts->realtime = map_clock_usec_internal(u, nowm, now(CLOCK_REALTIME)); in dual_timestamp_from_boottime()