Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/rcu/
H A Dtree_plugin.h1912 if ((rdp->nocb_cb_sleep || in __call_rcu_nocb_wake()
2014 needwake = rdp->nocb_cb_sleep; in nocb_gp_wait()
2015 WRITE_ONCE(rdp->nocb_cb_sleep, false); in nocb_gp_wait()
2123 WRITE_ONCE(rdp->nocb_cb_sleep, true); in nocb_cb_wait()
2128 !READ_ONCE(rdp->nocb_cb_sleep)); in nocb_cb_wait()
2129 if (!smp_load_acquire(&rdp->nocb_cb_sleep)) { /* VVV */ in nocb_cb_wait()
2436 "sS"[!!rdp->nocb_cb_sleep], in show_rcu_nocb_state()
H A Dtree.h226 bool nocb_cb_sleep; /* Is the nocb CB thread asleep? */ member