Lines Matching refs:clock_base
74 .clock_base =
140 .clock_base = { {
147 #define migration_base migration_cpu_base.clock_base[0]
260 new_base = &new_cpu_base->clock_base[basenum]; in switch_hrtimer_base()
505 return &cpu_base->clock_base[idx]; in __next_base()
636 ktime_t *offs_real = &base->clock_base[HRTIMER_BASE_REALTIME].offset; in hrtimer_update_base()
637 ktime_t *offs_boot = &base->clock_base[HRTIMER_BASE_BOOTTIME].offset; in hrtimer_update_base()
638 ktime_t *offs_tai = &base->clock_base[HRTIMER_BASE_TAI].offset; in hrtimer_update_base()
643 base->clock_base[HRTIMER_BASE_REALTIME_SOFT].offset = *offs_real; in hrtimer_update_base()
644 base->clock_base[HRTIMER_BASE_BOOTTIME_SOFT].offset = *offs_boot; in hrtimer_update_base()
645 base->clock_base[HRTIMER_BASE_TAI_SOFT].offset = *offs_tai; in hrtimer_update_base()
1624 timer->base = &cpu_base->clock_base[base]; in __hrtimer_setup()
2218 struct hrtimer_clock_base *clock_b = &cpu_base->clock_base[i]; in hrtimers_prepare_cpu()
2294 migrate_hrtimer_list(&old_base->clock_base[i], in hrtimers_cpu_dying()
2295 &new_base->clock_base[i]); in hrtimers_cpu_dying()