Searched refs:map_clock_usec_internal (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/basic/ |
D | time-util.c | 85 static usec_t map_clock_usec_internal(usec_t from, usec_t from_base, usec_t to_base) { in map_clock_usec_internal() function 123 return map_clock_usec_internal(from, now(from_clock), now(to_clock)); in map_clock_usec() 152 ts->monotonic = map_clock_usec_internal(u, nowr, now(CLOCK_MONOTONIC)); in triple_timestamp_from_realtime() 153 ts->boottime = map_clock_usec_internal(u, nowr, now(CLOCK_BOOTTIME)); in triple_timestamp_from_realtime() 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()
|