Home
last modified time | relevance | path

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

/kernel/rcu/
Dtree_nocb.h1579 static char *show_rcu_should_be_on_cpu(struct task_struct *tsp) in show_rcu_should_be_on_cpu() argument
1581 return tsp && task_is_running(tsp) && !tsp->on_cpu ? "!" : ""; in show_rcu_should_be_on_cpu()
1584 static char *show_rcu_should_be_on_cpu(struct task_struct *tsp) in show_rcu_should_be_on_cpu() argument
Drcutorture.c3168 struct task_struct *tsp; in rcu_torture_read_exit() local
3183 tsp = kthread_run(rcu_torture_read_exit_child, in rcu_torture_read_exit()
3185 if (IS_ERR(tsp)) { in rcu_torture_read_exit()
3191 kthread_stop(tsp); in rcu_torture_read_exit()