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

/linux-master/include/linux/
H A Drcutree.h99 void exit_rcu(void);
H A Drcutiny.h151 static inline void exit_rcu(void) { } function
H A Dentry-common.h445 * @exit_rcu: Used exclusively in the irqentry_*() calls; signals whether the
460 bool exit_rcu; member in union:irqentry_state::__anon248
/linux-master/kernel/entry/
H A Dcommon.c239 .exit_rcu = false,
283 ret.exit_rcu = true;
341 if (state.exit_rcu) {
364 if (state.exit_rcu)
/linux-master/arch/arm64/kernel/
H A Dentry-common.c41 regs->exit_rcu = false;
48 regs->exit_rcu = true;
77 if (regs->exit_rcu) {
87 if (regs->exit_rcu)
/linux-master/arch/arm64/include/asm/
H A Dptrace.h203 u64 exit_rcu; member in struct:pt_regs
/linux-master/arch/x86/entry/
H A Dcommon.c514 if (inhcall && !WARN_ON_ONCE(state.exit_rcu)) {
/linux-master/kernel/rcu/
H A Dtree_plugin.h756 void exit_rcu(void) function
987 void exit_rcu(void) function
/linux-master/kernel/
H A Dexit.c925 exit_rcu();

Completed in 281 milliseconds