Home
last modified time | relevance | path

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

/openbmc/linux/kernel/rcu/
H A Drcuscale.c607 static struct task_struct *kthread_tp; variable
855 if (IS_BUILTIN(CONFIG_RCU_SCALE_TEST) && !kthread_tp && cur_ops->rso_gp_kthread) in rcu_scale_cleanup()
856 kthread_tp = cur_ops->rso_gp_kthread(); in rcu_scale_cleanup()
857 if (kthread_tp) { in rcu_scale_cleanup()
861 kthread_stime = kthread_tp->stime - kthread_stime; in rcu_scale_cleanup()
980 kthread_tp = cur_ops->rso_gp_kthread(); in rcu_scale_init()
981 if (kthread_tp) in rcu_scale_init()
982 kthread_stime = kthread_tp->stime; in rcu_scale_init()