Home
last modified time | relevance | path

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

/openbmc/linux/kernel/entry/
H A Dcommon.c323 .exit_rcu = false, in irqentry_enter()
367 ret.exit_rcu = true; in irqentry_enter()
425 if (state.exit_rcu) { in irqentry_exit()
448 if (state.exit_rcu) in irqentry_exit()
/openbmc/linux/arch/arm64/kernel/
H A Dentry-common.c40 regs->exit_rcu = false; in __enter_from_kernel_mode()
47 regs->exit_rcu = true; in __enter_from_kernel_mode()
76 if (regs->exit_rcu) { in __exit_to_kernel_mode()
86 if (regs->exit_rcu) in __exit_to_kernel_mode()
/openbmc/linux/include/linux/
H A Drcutree.h100 void exit_rcu(void);
H A Drcutiny.h151 static inline void exit_rcu(void) { } in exit_rcu() function
H A Dentry-common.h373 bool exit_rcu; member
/openbmc/linux/arch/arm64/include/asm/
H A Dptrace.h203 u64 exit_rcu; member
/openbmc/linux/arch/x86/entry/
H A Dcommon.c406 if (inhcall && !WARN_ON_ONCE(state.exit_rcu)) { in xen_pv_evtchn_do_upcall()
/openbmc/linux/kernel/rcu/
H A Dtree_plugin.h756 void exit_rcu(void) in exit_rcu() function
987 void exit_rcu(void) in exit_rcu() function
/openbmc/linux/kernel/
H A Dexit.c921 exit_rcu(); in do_exit()