Searched refs:tsp (Results 1 – 2 of 2) sorted by relevance
1579 static char *show_rcu_should_be_on_cpu(struct task_struct *tsp) in show_rcu_should_be_on_cpu() argument1581 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
3168 struct task_struct *tsp; in rcu_torture_read_exit() local3183 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()