Lines Matching refs:clock_base
71 .clock_base =
138 .clock_base = { { .cpu_base = &migration_cpu_base, }, },
141 #define migration_base migration_cpu_base.clock_base[0]
231 new_base = &new_cpu_base->clock_base[basenum]; in switch_hrtimer_base()
497 return &cpu_base->clock_base[idx]; in __next_base()
594 ktime_t *offs_real = &base->clock_base[HRTIMER_BASE_REALTIME].offset; in hrtimer_update_base()
595 ktime_t *offs_boot = &base->clock_base[HRTIMER_BASE_BOOTTIME].offset; in hrtimer_update_base()
596 ktime_t *offs_tai = &base->clock_base[HRTIMER_BASE_TAI].offset; in hrtimer_update_base()
601 base->clock_base[HRTIMER_BASE_REALTIME_SOFT].offset = *offs_real; in hrtimer_update_base()
602 base->clock_base[HRTIMER_BASE_BOOTTIME_SOFT].offset = *offs_boot; in hrtimer_update_base()
603 base->clock_base[HRTIMER_BASE_TAI_SOFT].offset = *offs_tai; in hrtimer_update_base()
1405 timer->base = &cpu_base->clock_base[base]; in __hrtimer_init()
1991 cpu_base->clock_base[i].cpu_base = cpu_base; in hrtimers_prepare_cpu()
1992 timerqueue_init_head(&cpu_base->clock_base[i].active); in hrtimers_prepare_cpu()
2064 migrate_hrtimer_list(&old_base->clock_base[i], in hrtimers_dead_cpu()
2065 &new_base->clock_base[i]); in hrtimers_dead_cpu()