Home
last modified time | relevance | path

Searched refs:nocb_gp_sleep (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/kernel/rcu/
H A Dtree_nocb.h213 WRITE_ONCE(rdp_gp->nocb_gp_sleep, false); in __wake_nocb_gp()
646 !READ_ONCE(my_rdp->nocb_gp_sleep)); in nocb_gp_sleep()
796 WRITE_ONCE(my_rdp->nocb_gp_sleep, true); in nocb_gp_wait()
799 nocb_gp_sleep(my_rdp, cpu); in nocb_gp_wait()
805 nocb_gp_sleep(my_rdp, cpu); in nocb_gp_wait()
812 !READ_ONCE(my_rdp->nocb_gp_sleep)); in nocb_gp_wait()
827 WRITE_ONCE(my_rdp->nocb_gp_sleep, true); in nocb_gp_wait()
1036 if (rdp_gp->nocb_gp_sleep) { in rcu_nocb_queue_toggle_rdp()
1037 rdp_gp->nocb_gp_sleep = false; in rcu_nocb_queue_toggle_rdp()
1544 "sS"[!!rdp->nocb_gp_sleep], in show_rcu_nocb_gp_state()
[all …]
H A Dtree.h241 u8 nocb_gp_sleep; /* Is the nocb GP thread asleep? */ member