Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/rcu/
Drcuscale.c716 static struct task_struct *kthread_tp; variable
965 if (IS_BUILTIN(CONFIG_RCU_SCALE_TEST) && !kthread_tp && cur_ops->rso_gp_kthread) in rcu_scale_cleanup()
966 kthread_tp = cur_ops->rso_gp_kthread(); in rcu_scale_cleanup()
967 if (kthread_tp) { in rcu_scale_cleanup()
971 kthread_stime = kthread_tp->stime - kthread_stime; in rcu_scale_cleanup()
1115 kthread_tp = cur_ops->rso_gp_kthread(); in rcu_scale_init()
1116 if (kthread_tp) in rcu_scale_init()
1117 kthread_stime = kthread_tp->stime; in rcu_scale_init()