Lines Matching refs:clock_base
71 .clock_base =
121 .clock_base = { { .cpu_base = &migration_cpu_base, }, },
124 #define migration_base migration_cpu_base.clock_base[0]
221 new_base = &new_cpu_base->clock_base[basenum]; in switch_hrtimer_base()
471 struct hrtimer_clock_base *base = cpu_base->clock_base; in __hrtimer_get_next_event()
504 ktime_t *offs_real = &base->clock_base[HRTIMER_BASE_REALTIME].offset; in hrtimer_update_base()
505 ktime_t *offs_boot = &base->clock_base[HRTIMER_BASE_BOOTTIME].offset; in hrtimer_update_base()
506 ktime_t *offs_tai = &base->clock_base[HRTIMER_BASE_TAI].offset; in hrtimer_update_base()
1139 timer->base = &cpu_base->clock_base[base]; in __hrtimer_init()
1280 struct hrtimer_clock_base *base = cpu_base->clock_base; in __hrtimer_run_queues()
1609 cpu_base->clock_base[i].cpu_base = cpu_base; in init_hrtimers_cpu()
1610 timerqueue_init_head(&cpu_base->clock_base[i].active); in init_hrtimers_cpu()
1668 migrate_hrtimer_list(&old_base->clock_base[i], in migrate_hrtimers()
1669 &new_base->clock_base[i]); in migrate_hrtimers()