Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/time/
Dtick-broadcast.c66 static struct clock_event_device *tick_get_oneshot_wakeup_device(int cpu);
70 return tick_get_oneshot_wakeup_device(cpu); in tick_get_wakeup_device()
101 static struct clock_event_device *tick_get_oneshot_wakeup_device(int cpu) in tick_get_oneshot_wakeup_device() function
118 struct clock_event_device *curdev = tick_get_oneshot_wakeup_device(cpu); in tick_set_oneshot_wakeup_device()
147 static struct clock_event_device *tick_get_oneshot_wakeup_device(int cpu) in tick_get_oneshot_wakeup_device() function
939 wd = tick_get_oneshot_wakeup_device(cpu); in tick_oneshot_wakeup_control()
1102 if (tick_get_oneshot_wakeup_device(cpu)) in tick_broadcast_oneshot_offline()