Searched refs:should_sync_hwclock (Results 1 – 3 of 3) sorted by relevance
135 opts->should_sync_hwclock = DEFAULT_SYNC_HWCLOCK; in set_conf_defaults()157 opts->should_sync_hwclock = 0; in parse_argv()357 opts->should_sync_hwclock = e->value ? !strcmp (e->value, "yes") : 1; in load_conf()500 if (state.opts.should_sync_hwclock && in main()504 state.opts.should_sync_hwclock = 0; in main()520 if (state.opts.should_sync_hwclock) in main()
158 if (state->opts.should_sync_hwclock && in time_setter_coprocess()
125 int should_sync_hwclock; member