Searched refs:its (Results 1 - 3 of 3) sorted by relevance
/systemd/src/libsystemd/sd-event/ |
H A D | sd-event.c | 1966 struct itimerspec its = {}; local 1989 r = timerfd_settime(d->fd, TFD_TIMER_ABSTIME, &its, NULL); 2008 its.it_value.tv_sec = 0; 2009 its.it_value.tv_nsec = 1; 2011 timespec_store(&its.it_value, t); 2013 r = timerfd_settime(d->fd, TFD_TIMER_ABSTIME, &its, NULL); 2404 struct itimerspec its = {}; local 2415 timespec_store(&its.it_value, t); 2419 if (its.it_value.tv_sec == 0 && its [all...] |
/systemd/src/timesync/ |
H A D | timesyncd-manager.c | 289 struct itimerspec its = { local 304 if (timerfd_settime(m->clock_watch_fd, TFD_TIMER_ABSTIME|TFD_TIMER_CANCEL_ON_SET, &its, NULL) < 0)
|
/systemd/src/core/ |
H A D | manager.c | 342 struct itimerspec its = { local 359 if (timerfd_settime(m->time_change_fd, TFD_TIMER_ABSTIME|TFD_TIMER_CANCEL_ON_SET, &its, NULL) < 0) { 523 * environment for its children. It does not import 535 /* The user manager passes its own environment 536 * along to its children. */ 1298 * tries to load its data until the queue is empty */
|
Completed in 1382 milliseconds