Lines Matching refs:clock_set
2237 unsigned int clock_set = 0; in accumulate_nsecs_to_secs() local
2268 clock_set = TK_CLOCK_WAS_SET; in accumulate_nsecs_to_secs()
2271 return clock_set; in accumulate_nsecs_to_secs()
2284 u32 shift, unsigned int *clock_set) in logarithmic_accumulation() argument
2299 *clock_set |= accumulate_nsecs_to_secs(tk); in logarithmic_accumulation()
2325 unsigned int clock_set = 0; in __timekeeping_advance() local
2355 offset = logarithmic_accumulation(tk, offset, shift, &clock_set); in __timekeeping_advance()
2367 clock_set |= accumulate_nsecs_to_secs(tk); in __timekeeping_advance()
2377 timekeeping_update_from_shadow(tkd, clock_set); in __timekeeping_advance()
2379 return !!clock_set; in __timekeeping_advance()
2689 bool clock_set; member
2727 result->clock_set = true; in __do_adjtimex()
2736 result->clock_set = true; in __do_adjtimex()
2743 result->clock_set |= __timekeeping_advance(tkd, TK_ADV_FREQ); in __do_adjtimex()
2766 if (result.clock_set) in do_adjtimex()
2984 .clock_set = aux_clock_set,