Home
last modified time | relevance | path

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

/systemd-251/src/timesync/
Dwait-sync.c22 typedef struct ClockState { struct
31 } ClockState; argument
33 static void clock_state_release_timerfd(ClockState *sp) { in clock_state_release_timerfd()
38 static void clock_state_release(ClockState *sp) { in clock_state_release()
44 static int clock_state_update(ClockState *sp, sd_event *event);
46 static int update_notify_run_systemd_timesync(ClockState *sp) { in update_notify_run_systemd_timesync()
55 ClockState *sp = userdata; in timerfd_handler()
60 static void process_inotify_event(sd_event *event, ClockState *sp, struct inotify_event *e) { in process_inotify_event()
81 ClockState *sp = userdata; in inotify_handler()
99 ClockState *sp, in clock_state_update()
[all …]