Lines Matching refs:clock_base
71 .clock_base =
127 base->clock_base[HRTIMER_BASE_REALTIME].softirq_time = xtim; in hrtimer_get_softirq_time()
128 base->clock_base[HRTIMER_BASE_MONOTONIC].softirq_time = mono; in hrtimer_get_softirq_time()
129 base->clock_base[HRTIMER_BASE_BOOTTIME].softirq_time = boot; in hrtimer_get_softirq_time()
130 base->clock_base[HRTIMER_BASE_TAI].softirq_time = tai; in hrtimer_get_softirq_time()
208 new_base = &new_cpu_base->clock_base[basenum]; in switch_hrtimer_base()
448 struct hrtimer_clock_base *base = cpu_base->clock_base; in __hrtimer_get_next_event()
635 ktime_t *offs_real = &base->clock_base[HRTIMER_BASE_REALTIME].offset; in hrtimer_update_base()
636 ktime_t *offs_boot = &base->clock_base[HRTIMER_BASE_BOOTTIME].offset; in hrtimer_update_base()
637 ktime_t *offs_tai = &base->clock_base[HRTIMER_BASE_TAI].offset; in hrtimer_update_base()
682 base->clock_base[i].resolution = KTIME_HIGH_RES; in hrtimer_switch_to_hres()
1155 timer->base = &cpu_base->clock_base[base]; in __hrtimer_init()
1193 *tp = ktime_to_timespec(cpu_base->clock_base[base].resolution); in hrtimer_get_res()
1276 base = cpu_base->clock_base + i; in hrtimer_interrupt()
1445 base = &cpu_base->clock_base[index]; in hrtimer_run_queues()
1623 cpu_base->clock_base[i].cpu_base = cpu_base; in init_hrtimers_cpu()
1624 timerqueue_init_head(&cpu_base->clock_base[i].active); in init_hrtimers_cpu()
1685 migrate_hrtimer_list(&old_base->clock_base[i], in migrate_hrtimers()
1686 &new_base->clock_base[i]); in migrate_hrtimers()