Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/rcu/
Dtree_plugin.h1913 if ((rdp->nocb_cb_sleep || in __call_rcu_nocb_wake()
2010 needwake = rdp->nocb_cb_sleep; in nocb_gp_wait()
2011 WRITE_ONCE(rdp->nocb_cb_sleep, false); in nocb_gp_wait()
2119 WRITE_ONCE(rdp->nocb_cb_sleep, true); in nocb_cb_wait()
2124 !READ_ONCE(rdp->nocb_cb_sleep)); in nocb_cb_wait()
2125 if (!smp_load_acquire(&rdp->nocb_cb_sleep)) { /* VVV */ in nocb_cb_wait()
2416 "sS"[!!rdp->nocb_cb_sleep], in show_rcu_nocb_state()
Dtree.h221 bool nocb_cb_sleep; /* Is the nocb CB thread asleep? */ member