Searched refs:timespec_store (Results 1 - 14 of 14) sorted by relevance

/systemd/src/basic/
H A Dclock-util.c156 if (clock_settime(CLOCK_REALTIME, timespec_store(&ts, TIME_EPOCH_USEC)) < 0)
H A Dtime-util.h88 struct timespec *timespec_store(struct timespec *ts, usec_t u);
H A Dio-util.c194 r = ppoll(&pollfd, 1, t == USEC_INFINITY ? NULL : timespec_store(&ts, t), NULL);
H A Dfs-util.c362 timespec_store(&ts[0], stamp);
H A Dtime-util.c146 struct timespec *timespec_store(struct timespec *ts, usec_t u) { function
/systemd/src/nspawn/
H A Dnspawn-stub-pid1.c126 r = sigtimedwait(&waitmask, &si, timespec_store(&ts, quit_usec - current_usec));
/systemd/src/timesync/
H A Dtimesyncd.c76 if (clock_settime(CLOCK_REALTIME, timespec_store(&ts, min)) < 0)
/systemd/src/core/
H A Dkillall.c153 timespec_store(&ts, until - n);
/systemd/src/timedate/
H A Dtimedated.c540 timespec_store(&ts, x);
542 timespec_store(&ts, (usec_t) utc);
564 timespec_store(&ts, timespec_load(&ts) + (now(CLOCK_MONOTONIC) - start));
/systemd/src/import/
H A Dpull-job.c165 timespec_store(&ut[0], j->mtime);
/systemd/src/bus-proxyd/
H A Dproxy.c427 ts = timespec_store(&_ts, t);
/systemd/src/libsystemd/sd-netlink/
H A Dsd-netlink.c482 r = ppoll(p, 1, m == (uint64_t) -1 ? NULL : timespec_store(&ts, m), NULL);
/systemd/src/libsystemd/sd-event/
H A Dsd-event.c2011 timespec_store(&its.it_value, t);
2415 timespec_store(&its.it_value, t);
/systemd/src/libsystemd/sd-bus/
H A Dsd-bus.c2874 r = ppoll(p, n, m == (uint64_t) -1 ? NULL : timespec_store(&ts, m), NULL);

Completed in 35 milliseconds