Home
last modified time | relevance | path

Searched defs:newdev (Results 1 – 5 of 5) sorted by relevance

/kernel/time/
Dtick-common.c188 struct clock_event_device *newdev, int cpu, in tick_setup_device()
264 void tick_install_replacement(struct clock_event_device *newdev) in tick_install_replacement()
276 struct clock_event_device *newdev, int cpu) in tick_check_percpu()
292 struct clock_event_device *newdev) in tick_check_preferred()
316 struct clock_event_device *newdev) in tick_check_replacement()
328 void tick_check_new_device(struct clock_event_device *newdev) in tick_check_new_device()
Dtick-oneshot.c61 void tick_setup_oneshot(struct clock_event_device *newdev, in tick_setup_oneshot()
Dtick-broadcast.c87 struct clock_event_device *newdev) in tick_check_broadcast_device()
116 static bool tick_set_oneshot_wakeup_device(struct clock_event_device *newdev, in tick_set_oneshot_wakeup_device()
153 static bool tick_set_oneshot_wakeup_device(struct clock_event_device *newdev, in tick_set_oneshot_wakeup_device()
Dtick-internal.h114 void tick_setup_oneshot(struct clock_event_device *newdev, in tick_setup_oneshot()
Dclockevents.c360 struct clock_event_device *dev, *newdev = NULL; in clockevents_replace() local