Searched refs:nocb_cb_sleep (Results 1 – 2 of 2) sorted by relevance
599 if ((rdp->nocb_cb_sleep || in __call_rcu_nocb_wake()768 needwake = rdp->nocb_cb_sleep; in nocb_gp_wait()769 WRITE_ONCE(rdp->nocb_cb_sleep, false); in nocb_gp_wait()903 return nocb_cb_can_run(rdp) && !READ_ONCE(rdp->nocb_cb_sleep); in nocb_cb_wait_cond()925 if (smp_load_acquire(&rdp->nocb_cb_sleep)) { // ^^^ in nocb_cb_wait()973 WRITE_ONCE(rdp->nocb_cb_sleep, can_sleep); in nocb_cb_wait()975 if (rdp->nocb_cb_sleep) in nocb_cb_wait()1077 if (rdp->nocb_cb_sleep) in rdp_offload_toggle()1078 rdp->nocb_cb_sleep = false; in rdp_offload_toggle()1665 "sS"[!!rdp->nocb_cb_sleep], in show_rcu_nocb_state()
248 bool nocb_cb_sleep; /* Is the nocb CB thread asleep? */ member