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()
593 ktime_t *offs_real = &base->clock_base[HRTIMER_BASE_REALTIME].offset; in hrtimer_update_base()
594 ktime_t *offs_boot = &base->clock_base[HRTIMER_BASE_BOOTTIME].offset; in hrtimer_update_base()
595 ktime_t *offs_tai = &base->clock_base[HRTIMER_BASE_TAI].offset; in hrtimer_update_base()
600 base->clock_base[HRTIMER_BASE_REALTIME_SOFT].offset = *offs_real; in hrtimer_update_base()
601 base->clock_base[HRTIMER_BASE_BOOTTIME_SOFT].offset = *offs_boot; in hrtimer_update_base()
602 base->clock_base[HRTIMER_BASE_TAI_SOFT].offset = *offs_tai; in hrtimer_update_base()
1407 timer->base = &cpu_base->clock_base[base]; in __hrtimer_init()
2000 struct hrtimer_clock_base *clock_b = &cpu_base->clock_base[i]; in hrtimers_prepare_cpu()
2076 migrate_hrtimer_list(&old_base->clock_base[i], in hrtimers_dead_cpu()
2077 &new_base->clock_base[i]); in hrtimers_dead_cpu()