Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Drcuscale.c709 static struct task_struct *kthread_tp; variable
958 if (IS_BUILTIN(CONFIG_RCU_SCALE_TEST) && !kthread_tp && cur_ops->rso_gp_kthread) in rcu_scale_cleanup()
959 kthread_tp = cur_ops->rso_gp_kthread(); in rcu_scale_cleanup()
960 if (kthread_tp) { in rcu_scale_cleanup()
964 kthread_stime = kthread_tp->stime - kthread_stime; in rcu_scale_cleanup()
1108 kthread_tp = cur_ops->rso_gp_kthread(); in rcu_scale_init()
1109 if (kthread_tp) in rcu_scale_init()
1110 kthread_stime = kthread_tp->stime; in rcu_scale_init()