Searched refs:nocb_cb_kthread (Results 1 – 3 of 3) sorted by relevance
27 if (!rdp->nocb_cb_kthread || !rdp->nocb_gp_kthread) in rcu_current_is_nocb_kthread()30 if (current == rdp->nocb_cb_kthread || current == rdp->nocb_gp_kthread) in rcu_current_is_nocb_kthread()1159 if (!rdp->nocb_cb_kthread) { in rcu_nocb_rdp_deoffload()1498 if (rdp->nocb_cb_kthread) in rcu_spawn_cpu_nocb_kthread()1527 WRITE_ONCE(rdp->nocb_cb_kthread, t); in rcu_spawn_cpu_nocb_kthread()1674 "kK"[!!rdp->nocb_cb_kthread], in show_rcu_nocb_state()1691 rdp->nocb_cb_kthread ? task_state_to_char(rdp->nocb_cb_kthread) : '.', in show_rcu_nocb_state()1692 rdp->nocb_cb_kthread ? (int)task_cpu(rdp->nocb_cb_kthread) : -1, in show_rcu_nocb_state()1693 show_rcu_should_be_on_cpu(rdp->nocb_cb_kthread)); in show_rcu_nocb_state()
250 struct task_struct *nocb_cb_kthread; member
1021 return rdp->nocb_cb_kthread == current; in rcu_is_callbacks_nocb_kthread()