Celeb Glow
updates | March 24, 2026

What are the rcu_sched and rcu_bh?

I've found 2 processes shown below using ps -aux

root 7 0.0 0.0 0 0 ? S 11:23 0:06 [rcu_sched]
root 8 0.0 0.0 0 0 ? S 11:23 0:00 [rcu_bh]
root 6267 0.0 0.0 12944 1036 pts/0 S+ 14:36 0:00 grep --color=auto rcu

I understand the concept behind RCU(Read, Copy, Update) I just some clarification on what the 2 processes precisely do as I'm struggling to find online documentation. Can anyone advise?

2 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy