Lines Matching refs:hv_clock_event
24 static struct clock_event_device __percpu *hv_clock_event; variable
49 ce = this_cpu_ptr(hv_clock_event); in hv_stimer0_isr()
117 ce = per_cpu_ptr(hv_clock_event, cpu); in hv_stimer_init()
142 ce = per_cpu_ptr(hv_clock_event, cpu); in hv_stimer_cleanup()
153 hv_clock_event = alloc_percpu(struct clock_event_device); in hv_stimer_alloc()
154 if (!hv_clock_event) in hv_stimer_alloc()
163 free_percpu(hv_clock_event); in hv_stimer_alloc()
164 hv_clock_event = NULL; in hv_stimer_alloc()
181 free_percpu(hv_clock_event); in hv_stimer_free()
182 hv_clock_event = NULL; in hv_stimer_free()
197 ce = per_cpu_ptr(hv_clock_event, cpu); in hv_stimer_global_cleanup()