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

/linux-master/include/linux/
H A Dtick.h40 extern void tick_freeze(void);
43 static inline void tick_freeze(void) { } function
/linux-master/kernel/time/
H A Dtick-common.c529 * tick_freeze - Suspend the local tick and (possibly) timekeeping.
537 void tick_freeze(void) function
561 * Call with interrupts disabled. Must be balanced with %tick_freeze().
562 * Interrupts must not be enabled after the preceding %tick_freeze().
/linux-master/drivers/cpuidle/
H A Dcpuidle.c150 tick_freeze();

Completed in 102 milliseconds