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

/linux-4.4.14/include/linux/
H A Dtick.h31 extern void tick_freeze(void); tick_cleanup_dead_cpu()
34 static inline void tick_freeze(void) { } tick_unfreeze() function
/linux-4.4.14/kernel/time/
H A Dtick-common.c477 * tick_freeze - Suspend the local tick and (possibly) timekeeping.
485 void tick_freeze(void) tick_freeze() function
507 * Call with interrupts disabled. Must be balanced with %tick_freeze().
508 * Interrupts must not be enabled after the preceding %tick_freeze().
/linux-4.4.14/drivers/cpuidle/
H A Dcpuidle.c116 * trace_suspend_resume() called by tick_freeze() for the last CPU enter_freeze_proper()
120 RCU_NONIDLE(tick_freeze()); enter_freeze_proper()

Completed in 145 milliseconds