Searched refs:ct_irq_enter (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dcontext_tracking_irq.h6 void ct_irq_enter(void);
13 static inline void ct_irq_enter(void) { } function
/linux-master/kernel/
H A Dcontext_tracking.c344 * ct_irq_enter - inform RCU that current CPU is entering irq away from idle
362 * If you add or remove a call to ct_irq_enter(), be sure to test with
365 noinstr void ct_irq_enter(void) function
397 * Wrapper for ct_irq_enter() where interrupts are enabled.
407 ct_irq_enter();
485 * user_exit() or ct_irq_enter(). Let's remove RCU's dependency
564 * ct_irq_enter() rcu_eqs_exit(true) rcu_eqs_enter(true) ct_irq_exit()
H A Dsoftirq.c606 ct_irq_enter();
/linux-master/kernel/entry/
H A Dcommon.c248 * If this entry hit the idle task invoke ct_irq_enter() whether
259 * interrupt to invoke ct_irq_enter(). If that nested interrupt is
264 * Unconditionally invoke ct_irq_enter() so RCU state stays
277 ct_irq_enter();
/linux-master/arch/arm64/kernel/
H A Dentry-common.c45 ct_irq_enter();

Completed in 180 milliseconds