Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dclockchips.h171 extern int clockevents_unbind_device(struct clock_event_device *ced, int cpu);
/linux-4.1.27/kernel/time/
Dclockevents.c430 int clockevents_unbind_device(struct clock_event_device *ced, int cpu) in clockevents_unbind_device() function
439 EXPORT_SYMBOL_GPL(clockevents_unbind_device);
/linux-4.1.27/drivers/hv/
Dhv.c487 clockevents_unbind_device(hv_context.clk_evt[cpu], cpu); in hv_synic_clockevents_cleanup()