Searched refs:kthread_tp (Results 1 – 1 of 1) sorted by relevance
739 static struct task_struct *kthread_tp; variable996 if (IS_BUILTIN(CONFIG_RCU_SCALE_TEST) && !kthread_tp && cur_ops->rso_gp_kthread) in rcu_scale_cleanup()997 kthread_tp = cur_ops->rso_gp_kthread(); in rcu_scale_cleanup()998 if (kthread_tp) { in rcu_scale_cleanup()1002 kthread_stime = kthread_tp->stime - kthread_stime; in rcu_scale_cleanup()1139 kthread_tp = cur_ops->rso_gp_kthread(); in rcu_scale_init()1140 if (kthread_tp) in rcu_scale_init()1141 kthread_stime = kthread_tp->stime; in rcu_scale_init()