Searched refs:tick_unfreeze (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/
H A Dtick.h32 extern void tick_unfreeze(void); tick_cleanup_dead_cpu()
35 static inline void tick_unfreeze(void) { } tick_unfreeze() function
/linux-4.4.14/kernel/time/
H A Dtick-common.c447 * CPU online and interrupts disabled or from tick_unfreeze() under
482 * Call with interrupts disabled. Must be balanced with %tick_unfreeze().
483 * Interrupts must not be enabled before the subsequent %tick_unfreeze().
502 * tick_unfreeze - Resume the local tick and (possibly) timekeeping.
510 void tick_unfreeze(void) tick_unfreeze() function
H A Dtick-broadcast.c478 * called from the core resume function, tick_unfreeze() and the magic XEN
/linux-4.4.14/drivers/cpuidle/
H A Dcpuidle.c130 * timekeeping_resume() that will be called by tick_unfreeze() for the enter_freeze_proper()
134 RCU_NONIDLE(tick_unfreeze()); enter_freeze_proper()

Completed in 108 milliseconds