Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dclockchips.h183 extern int clockevents_unbind_device(struct clock_event_device *ced, int cpu);
/linux-4.4.14/kernel/time/
Dclockevents.c434 int clockevents_unbind_device(struct clock_event_device *ced, int cpu) in clockevents_unbind_device() function
443 EXPORT_SYMBOL_GPL(clockevents_unbind_device);
/linux-4.4.14/drivers/hv/
Dhv.c576 clockevents_unbind_device(hv_context.clk_evt[cpu], cpu); in hv_synic_clockevents_cleanup()