Searched refs:rcu_irq_enter (Results 1 – 9 of 9) sorted by relevance
48 void rcu_irq_enter(void);
86 static inline void rcu_irq_enter(void) { } in rcu_irq_enter() function
325 rcu_irq_enter(); in irqentry_enter()
30 rcu_irq_enter(); in enter_from_kernel_mode()
370 rcu_irq_enter(); in irq_enter()
1052 noinstr void rcu_irq_enter(void) in rcu_irq_enter() function1069 rcu_irq_enter(); in rcu_irq_enter_irqson()
1622 bash-1994 1d..1 12us : rcu_irq_enter <-irq_enter1811 ls-2269 3d..2 8us : rcu_irq_enter <-irq_enter1825 ls-2269 3d.s5 31us : rcu_irq_enter <-irq_enter1827 ls-2269 3d.s5 31us : rcu_irq_enter <-irq_enter
618 protected inside rcu_irq_enter/rcu_irq_exit() but preemption or signal
1847 directly invokes ``rcu_irq_enter()`` and ``rcu_irq_exit()`` to be called1849 code structure, which has ``rcu_irq_enter()`` invoking2168 ``rcu_irq_enter()`` and ``rcu_irq_exit()`` at exception entry and2199 | One approach is to do ``rcu_irq_exit();rcu_irq_enter();`` every so |