Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/time/
Dtick-sched.h79 extern void tick_cancel_sched_timer(int cpu);
81 static inline void tick_cancel_sched_timer(int cpu) { } in tick_cancel_sched_timer() function
Dtick-sched.c1329 void tick_cancel_sched_timer(int cpu) in tick_cancel_sched_timer() function
Dhrtimer.c1862 tick_cancel_sched_timer(scpu); in hrtimers_dead_cpu()