Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Dtree_nocb.h272 if (READ_ONCE(rdp_gp->nocb_gp_sleep)) { in __wake_nocb_gp()
273 WRITE_ONCE(rdp_gp->nocb_gp_sleep, false); in __wake_nocb_gp()
700 static void nocb_gp_sleep(struct rcu_data *my_rdp, int cpu) in nocb_gp_sleep() function
704 !READ_ONCE(my_rdp->nocb_gp_sleep)); in nocb_gp_sleep()
854 WRITE_ONCE(my_rdp->nocb_gp_sleep, true); in nocb_gp_wait()
857 nocb_gp_sleep(my_rdp, cpu); in nocb_gp_wait()
863 nocb_gp_sleep(my_rdp, cpu); in nocb_gp_wait()
870 !READ_ONCE(my_rdp->nocb_gp_sleep)); in nocb_gp_wait()
882 WRITE_ONCE(my_rdp->nocb_gp_sleep, true); in nocb_gp_wait()
1089 if (rdp_gp->nocb_gp_sleep) { in rcu_nocb_queue_toggle_rdp()
[all …]
H A Dtree.h253 u8 nocb_gp_sleep; /* Is the nocb GP thread asleep? */ member