Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/rcu/
Dtree_plugin.h1906 if ((rdp->nocb_cb_sleep || in __call_rcu_nocb_wake()
2008 needwake = rdp->nocb_cb_sleep; in nocb_gp_wait()
2009 WRITE_ONCE(rdp->nocb_cb_sleep, false); in nocb_gp_wait()
2117 WRITE_ONCE(rdp->nocb_cb_sleep, true); in nocb_cb_wait()
2122 !READ_ONCE(rdp->nocb_cb_sleep)); in nocb_cb_wait()
2123 if (!smp_load_acquire(&rdp->nocb_cb_sleep)) { /* VVV */ in nocb_cb_wait()
2426 "sS"[!!rdp->nocb_cb_sleep], in show_rcu_nocb_state()
Dtree.h226 bool nocb_cb_sleep; /* Is the nocb CB thread asleep? */ member