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()1054 if (!rdp->nocb_cb_kthread) { in rcu_nocb_rdp_deoffload()1306 if (rdp->nocb_cb_kthread) in rcu_spawn_cpu_nocb_kthread()1335 WRITE_ONCE(rdp->nocb_cb_kthread, t); in rcu_spawn_cpu_nocb_kthread()1482 "kK"[!!rdp->nocb_cb_kthread], in show_rcu_nocb_state()1499 rdp->nocb_cb_kthread ? task_state_to_char(rdp->nocb_cb_kthread) : '.', in show_rcu_nocb_state()1500 rdp->nocb_cb_kthread ? (int)task_cpu(rdp->nocb_cb_kthread) : -1, in show_rcu_nocb_state()1501 show_rcu_should_be_on_cpu(rdp->nocb_cb_kthread)); in show_rcu_nocb_state()
233 struct task_struct *nocb_cb_kthread; member
1019 return rdp->nocb_cb_kthread == current; in rcu_is_callbacks_nocb_kthread()