Home
last modified time | relevance | path

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

/linux-6.15/kernel/trace/
H A Dtrace_preemptirq.c34 bool exit_rcu = false; \
40 exit_rcu = true; \
43 if (exit_rcu) \
/linux-6.15/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-6.15/include/linux/
H A Drcutree.h96 void exit_rcu(void);
H A Drcutiny.h121 static inline void exit_rcu(void) { } in exit_rcu() function
H A Dentry-common.h461 bool exit_rcu; member
/linux-6.15/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-6.15/arch/arm64/include/asm/
H A Dptrace.h175 u64 exit_rcu; member
/linux-6.15/kernel/rcu/
H A Dtree_plugin.h768 void exit_rcu(void) in exit_rcu() function
1011 void exit_rcu(void) in exit_rcu() function
/linux-6.15/arch/x86/xen/
H A Denlighten_pv.c748 if (inhcall && !WARN_ON_ONCE(state.exit_rcu)) { in xen_pv_evtchn_do_upcall()
/linux-6.15/kernel/
H A Dexit.c1000 exit_rcu(); in do_exit()