Lines Matching refs:ClockState
22 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()
179 _cleanup_(clock_state_release) ClockState state = { in run()