Home
last modified time | relevance | path

Searched refs:clk_evt (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/hv/
Dhv.c153 memset(hv_context.clk_evt, 0, in hv_init()
340 hv_context.clk_evt[cpu] = kzalloc(ced_size, GFP_ATOMIC); in hv_synic_alloc()
341 if (hv_context.clk_evt[cpu] == NULL) { in hv_synic_alloc()
345 hv_init_clockevent_device(hv_context.clk_evt[cpu], cpu); in hv_synic_alloc()
380 kfree(hv_context.clk_evt[cpu]); in hv_synic_free_cpu()
469 clockevents_config_and_register(hv_context.clk_evt[cpu], in hv_synic_init()
487 clockevents_unbind_device(hv_context.clk_evt[cpu], cpu); in hv_synic_clockevents_cleanup()
507 hv_context.clk_evt[cpu]); in hv_synic_cleanup()
Dhyperv_vmbus.h553 struct clock_event_device *clk_evt[NR_CPUS]; member
Dvmbus_drv.c628 struct clock_event_device *dev = hv_context.clk_evt[cpu]; in hv_process_timer_expiration()