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()1452 if (rdp->nocb_cb_kthread) in rcu_spawn_cpu_nocb_kthread()1481 WRITE_ONCE(rdp->nocb_cb_kthread, t); in rcu_spawn_cpu_nocb_kthread()1628 "kK"[!!rdp->nocb_cb_kthread], in show_rcu_nocb_state()1645 rdp->nocb_cb_kthread ? task_state_to_char(rdp->nocb_cb_kthread) : '.', in show_rcu_nocb_state()1646 rdp->nocb_cb_kthread ? (int)task_cpu(rdp->nocb_cb_kthread) : -1, in show_rcu_nocb_state()1647 show_rcu_should_be_on_cpu(rdp->nocb_cb_kthread)); in show_rcu_nocb_state()
250 struct task_struct *nocb_cb_kthread; member
1019 return rdp->nocb_cb_kthread == current; in rcu_is_callbacks_nocb_kthread()
Completed in 9 milliseconds