Home
last modified time | relevance | path

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

/openbmc/linux/kernel/time/
H A Dtick-sched.h107 extern void tick_cancel_sched_timer(int cpu);
109 static inline void tick_cancel_sched_timer(int cpu) { } in tick_cancel_sched_timer() function
H A Dtick-sched.c1547 void tick_cancel_sched_timer(int cpu) in tick_cancel_sched_timer() function
H A Dhrtimer.c2229 tick_cancel_sched_timer(dying_cpu); in hrtimers_cpu_dying()