Searched refs:nocb_cb_kthread (Results 1 – 3 of 3) sorted by relevance
23 if (!rdp->nocb_cb_kthread || !rdp->nocb_gp_kthread) in rcu_current_is_nocb_kthread()26 if (current == rdp->nocb_cb_kthread || current == rdp->nocb_gp_kthread) in rcu_current_is_nocb_kthread()1069 if (rdp->nocb_cb_kthread) in rcu_nocb_rdp_deoffload()1070 kthread_park(rdp->nocb_cb_kthread); in rcu_nocb_rdp_deoffload()1169 kthread_unpark(rdp->nocb_cb_kthread); in rcu_nocb_rdp_offload()1380 if (rdp->nocb_cb_kthread) in rcu_spawn_cpu_nocb_kthread()1414 WRITE_ONCE(rdp->nocb_cb_kthread, t); in rcu_spawn_cpu_nocb_kthread()1569 "kK"[!!rdp->nocb_cb_kthread], in show_rcu_nocb_state()1585 rdp->nocb_cb_kthread ? task_state_to_char(rdp->nocb_cb_kthread) : '.', in show_rcu_nocb_state()1586 rdp->nocb_cb_kthread ? (int)task_cpu(rdp->nocb_cb_kthread) : -1, in show_rcu_nocb_state()[all …]
248 struct task_struct *nocb_cb_kthread; member
1032 return rdp->nocb_cb_kthread == current; in rcu_is_callbacks_nocb_kthread()