Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/rcu/
Dtree_plugin.h1658 if (force || READ_ONCE(rdp_gp->nocb_gp_sleep)) { in wake_nocb_gp()
1659 WRITE_ONCE(rdp_gp->nocb_gp_sleep, false); in wake_nocb_gp()
2044 !READ_ONCE(my_rdp->nocb_gp_sleep)); in nocb_gp_wait()
2052 !READ_ONCE(my_rdp->nocb_gp_sleep)); in nocb_gp_wait()
2059 WRITE_ONCE(my_rdp->nocb_gp_sleep, true); in nocb_gp_wait()
2389 "sS"[!!rdp->nocb_gp_sleep], in show_rcu_nocb_gp_state()
2435 if (!rdp->nocb_defer_wakeup && !rdp->nocb_gp_sleep && in show_rcu_nocb_state()
2443 "sS"[!!rdp->nocb_gp_sleep], in show_rcu_nocb_state()
Dtree.h215 u8 nocb_gp_sleep; /* Is the nocb GP thread asleep? */ member