Searched defs:its (Results 1 - 3 of 3) sorted by relevance

/systemd/src/timesync/
H A Dtimesyncd-manager.c289 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 Dmanager.c342 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 */
/systemd/src/libsystemd/sd-event/
H A Dsd-event.c1966 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...]

Completed in 1105 milliseconds