Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/rcu/
H A Dtree_plugin.h1657 if (force || READ_ONCE(rdp_gp->nocb_gp_sleep)) { in wake_nocb_gp()
1658 WRITE_ONCE(rdp_gp->nocb_gp_sleep, false); in wake_nocb_gp()
2048 !READ_ONCE(my_rdp->nocb_gp_sleep)); in nocb_gp_wait()
2056 !READ_ONCE(my_rdp->nocb_gp_sleep)); in nocb_gp_wait()
2063 WRITE_ONCE(my_rdp->nocb_gp_sleep, true); in nocb_gp_wait()
2409 "sS"[!!rdp->nocb_gp_sleep], in show_rcu_nocb_gp_state()
2455 if (!rdp->nocb_gp_sleep && !waslocked && !wastimer && !wassleep) in show_rcu_nocb_state()
2462 "sS"[!!rdp->nocb_gp_sleep], in show_rcu_nocb_state()
H A Dtree.h220 u8 nocb_gp_sleep; /* Is the nocb GP thread asleep? */ member