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

/linux-master/include/linux/
H A Dcontext_tracking.h112 extern void ct_idle_enter(void);
159 static inline void ct_idle_enter(void) { } function
H A Dcpuidle.h128 * ct_idle_enter() relies on lockdep IRQ state, so switch that
134 ct_idle_enter();
/linux-master/kernel/
H A Dcontext_tracking.c307 * ct_idle_enter - inform RCU that current CPU is entering idle
314 * If you add or remove a call to ct_idle_enter(), be sure to test with
317 void noinstr ct_idle_enter(void) function
322 EXPORT_SYMBOL_GPL(ct_idle_enter); variable

Completed in 165 milliseconds