Searched refs:nocb_cb_sleep (Results 1 – 2 of 2) sorted by relevance
533 if ((rdp->nocb_cb_sleep || in __call_rcu_nocb_wake()683 needwake = rdp->nocb_cb_sleep; in nocb_gp_wait()684 WRITE_ONCE(rdp->nocb_cb_sleep, false); in nocb_gp_wait()810 return nocb_cb_can_run(rdp) && !READ_ONCE(rdp->nocb_cb_sleep); in nocb_cb_wait_cond()832 if (smp_load_acquire(&rdp->nocb_cb_sleep)) { // ^^^ in nocb_cb_wait()880 WRITE_ONCE(rdp->nocb_cb_sleep, can_sleep); in nocb_cb_wait()882 if (rdp->nocb_cb_sleep) in nocb_cb_wait()984 if (rdp->nocb_cb_sleep) in rdp_offload_toggle()985 rdp->nocb_cb_sleep = false; in rdp_offload_toggle()1486 "sS"[!!rdp->nocb_cb_sleep], in show_rcu_nocb_state()
232 bool nocb_cb_sleep; /* Is the nocb CB thread asleep? */ member