Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dtick.h32 extern void tick_freeze(void);
35 static inline void tick_freeze(void) { } in tick_freeze() function
/Linux-v5.4/kernel/time/
Dtick-common.c523 void tick_freeze(void) in tick_freeze() function
/Linux-v5.4/drivers/cpuidle/
Dcpuidle.c143 RCU_NONIDLE(tick_freeze()); in enter_s2idle_proper()