Lines Matching refs:clock_base
81 .clock_base =
148 .clock_base = { { .cpu_base = &migration_cpu_base, }, },
151 #define migration_base migration_cpu_base.clock_base[0]
236 new_base = &new_cpu_base->clock_base[basenum]; in switch_hrtimer_base()
486 return &cpu_base->clock_base[idx]; in __next_base()
583 ktime_t *offs_real = &base->clock_base[HRTIMER_BASE_REALTIME].offset; in hrtimer_update_base()
584 ktime_t *offs_boot = &base->clock_base[HRTIMER_BASE_BOOTTIME].offset; in hrtimer_update_base()
585 ktime_t *offs_tai = &base->clock_base[HRTIMER_BASE_TAI].offset; in hrtimer_update_base()
590 base->clock_base[HRTIMER_BASE_REALTIME_SOFT].offset = *offs_real; in hrtimer_update_base()
591 base->clock_base[HRTIMER_BASE_BOOTTIME_SOFT].offset = *offs_boot; in hrtimer_update_base()
592 base->clock_base[HRTIMER_BASE_TAI_SOFT].offset = *offs_tai; in hrtimer_update_base()
1289 timer->base = &cpu_base->clock_base[base]; in __hrtimer_init()
1809 cpu_base->clock_base[i].cpu_base = cpu_base; in hrtimers_prepare_cpu()
1810 timerqueue_init_head(&cpu_base->clock_base[i].active); in hrtimers_prepare_cpu()
1881 migrate_hrtimer_list(&old_base->clock_base[i], in hrtimers_dead_cpu()
1882 &new_base->clock_base[i]); in hrtimers_dead_cpu()