Searched refs:clock_base (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/kernel/time/
H A Dhrtimer.c71 .clock_base =
127 base->clock_base[HRTIMER_BASE_REALTIME].softirq_time = xtim; hrtimer_get_softirq_time()
128 base->clock_base[HRTIMER_BASE_MONOTONIC].softirq_time = mono; hrtimer_get_softirq_time()
129 base->clock_base[HRTIMER_BASE_BOOTTIME].softirq_time = boot; hrtimer_get_softirq_time()
130 base->clock_base[HRTIMER_BASE_TAI].softirq_time = tai; hrtimer_get_softirq_time()
208 new_base = &new_cpu_base->clock_base[basenum]; switch_hrtimer_base()
448 struct hrtimer_clock_base *base = cpu_base->clock_base; __hrtimer_get_next_event()
635 ktime_t *offs_real = &base->clock_base[HRTIMER_BASE_REALTIME].offset; hrtimer_update_base()
636 ktime_t *offs_boot = &base->clock_base[HRTIMER_BASE_BOOTTIME].offset; hrtimer_update_base()
637 ktime_t *offs_tai = &base->clock_base[HRTIMER_BASE_TAI].offset; hrtimer_update_base()
682 base->clock_base[i].resolution = KTIME_HIGH_RES; hrtimer_switch_to_hres()
1155 timer->base = &cpu_base->clock_base[base]; __hrtimer_init()
1193 *tp = ktime_to_timespec(cpu_base->clock_base[base].resolution); hrtimer_get_res()
1276 base = cpu_base->clock_base + i; hrtimer_interrupt()
1445 base = &cpu_base->clock_base[index]; hrtimer_run_queues()
1623 cpu_base->clock_base[i].cpu_base = cpu_base; init_hrtimers_cpu()
1624 timerqueue_init_head(&cpu_base->clock_base[i].active); init_hrtimers_cpu()
1685 migrate_hrtimer_list(&old_base->clock_base[i], migrate_hrtimers()
1686 &new_base->clock_base[i]); migrate_hrtimers()
H A Dtimer_list.c146 print_base(m, cpu_base->clock_base + i, now); print_cpu()
/linux-4.1.27/include/linux/
H A Dhrtimer.h180 * @clock_base: array of clock bases for this cpu
197 struct hrtimer_clock_base clock_base[HRTIMER_MAX_CLOCK_BASES]; member in struct:hrtimer_cpu_base

Completed in 1150 milliseconds