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.h218 if (READ_ONCE(rdp_gp->nocb_gp_sleep)) { in __wake_nocb_gp()
219 WRITE_ONCE(rdp_gp->nocb_gp_sleep, false); in __wake_nocb_gp()
616 static void nocb_gp_sleep(struct rcu_data *my_rdp, int cpu) in nocb_gp_sleep() function
620 !READ_ONCE(my_rdp->nocb_gp_sleep)); in nocb_gp_sleep()
770 WRITE_ONCE(my_rdp->nocb_gp_sleep, true); in nocb_gp_wait()
773 nocb_gp_sleep(my_rdp, cpu); in nocb_gp_wait()
779 nocb_gp_sleep(my_rdp, cpu); in nocb_gp_wait()
786 !READ_ONCE(my_rdp->nocb_gp_sleep)); in nocb_gp_wait()
798 WRITE_ONCE(my_rdp->nocb_gp_sleep, true); in nocb_gp_wait()
1004 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