Home
last modified time | relevance | path

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

/linux/kernel/entry/
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/arch/arm64/kernel/
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/include/linux/
A Drcutree.h100 void exit_rcu(void);
A Drcutiny.h156 static inline void exit_rcu(void) { } in exit_rcu() function
A Dentry-common.h460 bool exit_rcu; member
/linux/arch/arm64/include/asm/
A Dptrace.h180 u64 exit_rcu; member
/linux/arch/x86/entry/
A Dcommon.c514 if (inhcall && !WARN_ON_ONCE(state.exit_rcu)) { in xen_pv_evtchn_do_upcall()
/linux/kernel/rcu/
A Dtree_plugin.h767 void exit_rcu(void) in exit_rcu() function
998 void exit_rcu(void) in exit_rcu() function
/linux/kernel/
A Dexit.c986 exit_rcu(); in do_exit()

Completed in 15 milliseconds