Lines Matching defs:clock_set
2474 unsigned int clock_set = 0;
2505 clock_set = TK_CLOCK_WAS_SET;
2508 return clock_set;
2521 u32 shift, unsigned int *clock_set)
2536 *clock_set |= accumulate_nsecs_to_secs(tk);
2562 unsigned int clock_set = 0;
2592 offset = logarithmic_accumulation(tk, offset, shift, &clock_set);
2604 clock_set |= accumulate_nsecs_to_secs(tk);
2614 timekeeping_update_from_shadow(tkd, clock_set);
2616 return !!clock_set;
2928 bool clock_set;
2966 result->clock_set = true;
2975 result->clock_set = true;
2982 result->clock_set |= __timekeeping_advance(tkd, TK_ADV_FREQ);
3005 if (result.clock_set)
3223 .clock_set = aux_clock_set,