Searched refs:nocb_cb_sleep (Results 1 – 2 of 2) sorted by relevance
538 if ((rdp->nocb_cb_sleep || in __call_rcu_nocb_wake()687 needwake = rdp->nocb_cb_sleep; in nocb_gp_wait()688 WRITE_ONCE(rdp->nocb_cb_sleep, false); in nocb_gp_wait()775 return nocb_cb_can_run(rdp) && !READ_ONCE(rdp->nocb_cb_sleep); in nocb_cb_wait_cond()833 WRITE_ONCE(rdp->nocb_cb_sleep, can_sleep); in nocb_cb_wait()835 if (rdp->nocb_cb_sleep) in nocb_cb_wait()850 if (smp_load_acquire(&rdp->nocb_cb_sleep)) { // ^^^ in nocb_cb_wait()948 if (rdp->nocb_cb_sleep) in rdp_offload_toggle()949 rdp->nocb_cb_sleep = false; in rdp_offload_toggle()1371 "sS"[!!rdp->nocb_cb_sleep], in show_rcu_nocb_state()
233 bool nocb_cb_sleep; /* Is the nocb CB thread asleep? */ member