Home
last modified time | relevance | path

Searched refs:exit_rcu (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dirq-entry-common.h338 bool exit_rcu; member
385 .exit_rcu = false, in irqentry_enter_from_kernel_mode()
425 ret.exit_rcu = true; in irqentry_enter_from_kernel_mode()
464 if (regs_irqs_disabled(regs) || state.exit_rcu) in irqentry_exit_to_kernel_mode_preempt()
492 if (state.exit_rcu) { in irqentry_exit_to_kernel_mode_after_preempt()
514 if (state.exit_rcu) in irqentry_exit_to_kernel_mode_after_preempt()
/linux/kernel/trace/
H A Dtrace_preemptirq.c34 bool exit_rcu = false; \
40 exit_rcu = true; \
43 if (exit_rcu) \
/linux/arch/x86/xen/
H A Denlighten_pv.c747 if (inhcall && !WARN_ON_ONCE(state.exit_rcu)) { in xen_pv_evtchn_do_upcall()
/linux/kernel/
H A Dexit.c1015 exit_rcu(); in do_exit()