Home
last modified time | relevance | path

Searched refs:run_systemd_timesync_wd (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/timesync/
Dwait-sync.c29 int run_systemd_timesync_wd; member
47 …sp->run_systemd_timesync_wd = inotify_add_watch(sp->inotify_fd, "/run/systemd/timesync", IN_CREATE… in update_notify_run_systemd_timesync()
48 return sp->run_systemd_timesync_wd; in update_notify_run_systemd_timesync()
63 if (sp->run_systemd_timesync_wd < 0) in process_inotify_event()
65 } else if (e->wd == sp->run_systemd_timesync_wd) { in process_inotify_event()
68 (void) inotify_rm_watch(sp->inotify_fd, sp->run_systemd_timesync_wd); in process_inotify_event()
69 sp->run_systemd_timesync_wd = -1; in process_inotify_event()
183 .run_systemd_timesync_wd = -1, in run()