Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hv/
Dhv.c208 memset(hv_context.clk_evt, 0, in hv_init()
427 hv_context.clk_evt[cpu] = kzalloc(ced_size, GFP_ATOMIC); in hv_synic_alloc()
428 if (hv_context.clk_evt[cpu] == NULL) { in hv_synic_alloc()
433 hv_init_clockevent_device(hv_context.clk_evt[cpu], cpu); in hv_synic_alloc()
468 kfree(hv_context.clk_evt[cpu]); in hv_synic_free_cpu()
558 clockevents_config_and_register(hv_context.clk_evt[cpu], in hv_synic_init()
576 clockevents_unbind_device(hv_context.clk_evt[cpu], cpu); in hv_synic_clockevents_cleanup()
595 hv_ce_shutdown(hv_context.clk_evt[cpu]); in hv_synic_cleanup()
Dhyperv_vmbus.h549 struct clock_event_device *clk_evt[NR_CPUS]; member
Dvmbus_drv.c693 struct clock_event_device *dev = hv_context.clk_evt[cpu]; in hv_process_timer_expiration()