Home
last modified time | relevance | path

Searched refs:gp_kthread (Results 1 – 2 of 2) sorted by relevance

/kernel/rcu/
Dtree.c375 rsp->name, rsp->gp_state, rsp->gp_kthread->state); in show_rcu_gp_kthreads()
1410 if (current == rsp->gp_kthread || in rcu_gp_kthread_wake()
1412 !rsp->gp_kthread) in rcu_gp_kthread_wake()
1884 if (!rsp->gp_kthread || !cpu_needs_another_gp(rsp, rdp)) { in rcu_start_gp_advanced()
3533 rsp->gp_kthread = t; in rcu_spawn_gp_kthread()
Dtree.h441 struct task_struct *gp_kthread; /* Task for grace periods. */ member