Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Dtree_nocb.h731 needwake = rdp->nocb_cb_sleep; in nocb_gp_wait()
732 WRITE_ONCE(rdp->nocb_cb_sleep, false); in nocb_gp_wait()
847 return !READ_ONCE(rdp->nocb_cb_sleep) || kthread_should_park(); in nocb_cb_wait_cond()
871 if (rdp->nocb_cb_sleep) { in nocb_cb_wait()
877 } else if (READ_ONCE(rdp->nocb_cb_sleep)) { in nocb_cb_wait()
906 WRITE_ONCE(rdp->nocb_cb_sleep, true); in nocb_cb_wait()
909 WRITE_ONCE(rdp->nocb_cb_sleep, false); in nocb_cb_wait()
1560 "sS"[!!rdp->nocb_cb_sleep], in show_rcu_nocb_state()
H A Dtree.h259 bool nocb_cb_sleep; /* Is the nocb CB thread asleep? */ member