Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_preemptirq.c34 bool exit_rcu = false; \
40 exit_rcu = true; \
43 if (exit_rcu) \
/linux/kernel/entry/
H A Dcommon.c239 .exit_rcu = false, in irqentry_enter()
283 ret.exit_rcu = true; in irqentry_enter()
341 if (state.exit_rcu) { in irqentry_exit()
364 if (state.exit_rcu) in irqentry_exit()
/linux/include/linux/
H A Drcutree.h99 void exit_rcu(void);
H A Drcutiny.h156 static inline void exit_rcu(void) { } in exit_rcu() function
H A Dentry-common.h461 bool exit_rcu; member
/linux/arch/arm64/kernel/
H A Dentry-common.c41 regs->exit_rcu = false; in __enter_from_kernel_mode()
48 regs->exit_rcu = true; in __enter_from_kernel_mode()
77 if (regs->exit_rcu) { in __exit_to_kernel_mode()
87 if (regs->exit_rcu) in __exit_to_kernel_mode()
/linux/arch/x86/entry/
H A Dcommon.c514 if (inhcall && !WARN_ON_ONCE(state.exit_rcu)) { in xen_pv_evtchn_do_upcall()
/linux/kernel/rcu/
H A Dtree_plugin.h767 void exit_rcu(void) in exit_rcu() function
998 void exit_rcu(void) in exit_rcu() function
/linux/kernel/
H A Dexit.c985 exit_rcu(); in do_exit()