Searched refs:timespec_store (Results 1 - 14 of 14) sorted by relevance
| /systemd/src/basic/ |
| H A D | clock-util.c | 156 if (clock_settime(CLOCK_REALTIME, timespec_store(&ts, TIME_EPOCH_USEC)) < 0)
|
| H A D | time-util.h | 88 struct timespec *timespec_store(struct timespec *ts, usec_t u);
|
| H A D | io-util.c | 194 r = ppoll(&pollfd, 1, t == USEC_INFINITY ? NULL : timespec_store(&ts, t), NULL);
|
| H A D | fs-util.c | 362 timespec_store(&ts[0], stamp);
|
| H A D | time-util.c | 146 struct timespec *timespec_store(struct timespec *ts, usec_t u) { function
|
| /systemd/src/nspawn/ |
| H A D | nspawn-stub-pid1.c | 126 r = sigtimedwait(&waitmask, &si, timespec_store(&ts, quit_usec - current_usec));
|
| /systemd/src/timesync/ |
| H A D | timesyncd.c | 76 if (clock_settime(CLOCK_REALTIME, timespec_store(&ts, min)) < 0)
|
| /systemd/src/core/ |
| H A D | killall.c | 153 timespec_store(&ts, until - n);
|
| /systemd/src/timedate/ |
| H A D | timedated.c | 540 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 D | pull-job.c | 165 timespec_store(&ut[0], j->mtime);
|
| /systemd/src/bus-proxyd/ |
| H A D | proxy.c | 427 ts = timespec_store(&_ts, t);
|
| /systemd/src/libsystemd/sd-netlink/ |
| H A D | sd-netlink.c | 482 r = ppoll(p, 1, m == (uint64_t) -1 ? NULL : timespec_store(&ts, m), NULL);
|
| /systemd/src/libsystemd/sd-event/ |
| H A D | sd-event.c | 2011 timespec_store(&its.it_value, t); 2415 timespec_store(&its.it_value, t);
|
| /systemd/src/libsystemd/sd-bus/ |
| H A D | sd-bus.c | 2874 r = ppoll(p, n, m == (uint64_t) -1 ? NULL : timespec_store(&ts, m), NULL);
|
Completed in 46 milliseconds