Searched refs:gp_kthread (Results 1 – 2 of 2) sorted by relevance
507 rsp->name, rsp->gp_state, rsp->gp_kthread->state); in show_rcu_gp_kthreads()1204 rsp->gp_kthread ? rsp->gp_kthread->state : 0); in rcu_check_gp_kthread_starvation()1610 if (current == rsp->gp_kthread || in rcu_gp_kthread_wake()1612 !rsp->gp_kthread) in rcu_gp_kthread_wake()2171 if (!rsp->gp_kthread || !cpu_needs_another_gp(rsp, rdp)) { in rcu_start_gp_advanced()4331 rsp->gp_kthread = t; in rcu_spawn_gp_kthread()
474 struct task_struct *gp_kthread; /* Task for grace periods. */ member