Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dtick.h33 extern void tick_freeze(void);
36 static inline void tick_freeze(void) { } in tick_freeze() function
/openbmc/linux/kernel/time/
H A Dtick-common.c509 void tick_freeze(void) in tick_freeze() function
/openbmc/linux/drivers/cpuidle/
H A Dcpuidle.c150 tick_freeze(); in enter_s2idle_proper()