Home
last modified time | relevance | path

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

/linux/kernel/time/
H A Dtick-internal.h27 extern void tick_check_new_device(struct clock_event_device *dev);
H A Dclockevents.c352 * Keep iterating as long as tick_check_new_device() in clockevents_notify_released()
359 tick_check_new_device(dev); in clockevents_notify_released()
472 tick_check_new_device(dev); in clockevents_register_device()
H A Dtick-common.c325 void tick_check_new_device(struct clock_event_device *newdev) in tick_check_new_device() function