Lines Matching refs:clock_base
71 .clock_base =
138 .clock_base = { {
145 #define migration_base migration_cpu_base.clock_base[0]
235 new_base = &new_cpu_base->clock_base[basenum]; in switch_hrtimer_base()
496 return &cpu_base->clock_base[idx]; in __next_base()
627 ktime_t *offs_real = &base->clock_base[HRTIMER_BASE_REALTIME].offset; in hrtimer_update_base()
628 ktime_t *offs_boot = &base->clock_base[HRTIMER_BASE_BOOTTIME].offset; in hrtimer_update_base()
629 ktime_t *offs_tai = &base->clock_base[HRTIMER_BASE_TAI].offset; in hrtimer_update_base()
634 base->clock_base[HRTIMER_BASE_REALTIME_SOFT].offset = *offs_real; in hrtimer_update_base()
635 base->clock_base[HRTIMER_BASE_BOOTTIME_SOFT].offset = *offs_boot; in hrtimer_update_base()
636 base->clock_base[HRTIMER_BASE_TAI_SOFT].offset = *offs_tai; in hrtimer_update_base()
1573 timer->base = &cpu_base->clock_base[base]; in __hrtimer_init()
2166 struct hrtimer_clock_base *clock_b = &cpu_base->clock_base[i]; in hrtimers_prepare_cpu()
2242 migrate_hrtimer_list(&old_base->clock_base[i], in hrtimers_dead_cpu()
2243 &new_base->clock_base[i]); in hrtimers_dead_cpu()