Lines Matching refs:clock_base
72 .clock_base =
139 .clock_base = { {
146 #define migration_base migration_cpu_base.clock_base[0]
237 new_base = &new_cpu_base->clock_base[basenum]; in switch_hrtimer_base()
499 return &cpu_base->clock_base[idx]; in __next_base()
630 ktime_t *offs_real = &base->clock_base[HRTIMER_BASE_REALTIME].offset; in hrtimer_update_base()
631 ktime_t *offs_boot = &base->clock_base[HRTIMER_BASE_BOOTTIME].offset; in hrtimer_update_base()
632 ktime_t *offs_tai = &base->clock_base[HRTIMER_BASE_TAI].offset; in hrtimer_update_base()
637 base->clock_base[HRTIMER_BASE_REALTIME_SOFT].offset = *offs_real; in hrtimer_update_base()
638 base->clock_base[HRTIMER_BASE_BOOTTIME_SOFT].offset = *offs_boot; in hrtimer_update_base()
639 base->clock_base[HRTIMER_BASE_TAI_SOFT].offset = *offs_tai; in hrtimer_update_base()
1579 timer->base = &cpu_base->clock_base[base]; in __hrtimer_init()
2151 struct hrtimer_clock_base *clock_b = &cpu_base->clock_base[i]; in hrtimers_prepare_cpu()
2219 migrate_hrtimer_list(&old_base->clock_base[i], in hrtimers_cpu_dying()
2220 &new_base->clock_base[i]); in hrtimers_cpu_dying()