Searched refs:gp_kthread (Results 1 – 2 of 2) sorted by relevance
641 rsp->name, rsp->gp_state, rsp->gp_kthread->state); in show_rcu_gp_kthreads()1314 rsp->gp_kthread ? rsp->gp_kthread->state : ~0, in rcu_check_gp_kthread_starvation()1315 rsp->gp_kthread ? task_cpu(rsp->gp_kthread) : -1); in rcu_check_gp_kthread_starvation()1316 if (rsp->gp_kthread) { in rcu_check_gp_kthread_starvation()1318 sched_show_task(rsp->gp_kthread); in rcu_check_gp_kthread_starvation()1319 wake_up_process(rsp->gp_kthread); in rcu_check_gp_kthread_starvation()1357 if (time_after(jiffies, j) && rsp->gp_kthread && in rcu_stall_kick_kthreads()1361 wake_up_process(rsp->gp_kthread); in rcu_stall_kick_kthreads()1657 if (!rsp->gp_kthread) { in rcu_start_this_gp()1700 if (current == rsp->gp_kthread || in rcu_gp_kthread_wake()[all …]
326 struct task_struct *gp_kthread; /* Task for grace periods. */ member