Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dtick.h21 extern void tick_handover_do_timer(void);
27 static inline void tick_handover_do_timer(void) { } in tick_handover_do_timer() function
/Linux-v4.19/kernel/time/
Dtick-common.c372 void tick_handover_do_timer(void) in tick_handover_do_timer() function
/Linux-v4.19/kernel/
Dcpu.c826 tick_handover_do_timer(); in take_cpu_down()