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()1147 if (!rdp->nocb_cb_kthread) { in rcu_nocb_rdp_deoffload()1486 if (rdp->nocb_cb_kthread) in rcu_spawn_cpu_nocb_kthread()1515 WRITE_ONCE(rdp->nocb_cb_kthread, t); in rcu_spawn_cpu_nocb_kthread()1662 "kK"[!!rdp->nocb_cb_kthread], in show_rcu_nocb_state()1678 rdp->nocb_cb_kthread ? task_state_to_char(rdp->nocb_cb_kthread) : '.', in show_rcu_nocb_state()1679 rdp->nocb_cb_kthread ? (int)task_cpu(rdp->nocb_cb_kthread) : -1, in show_rcu_nocb_state()1680 show_rcu_should_be_on_cpu(rdp->nocb_cb_kthread)); in show_rcu_nocb_state()
249 struct task_struct *nocb_cb_kthread; member
1021 return rdp->nocb_cb_kthread == current; in rcu_is_callbacks_nocb_kthread()