Lines Matching refs:t
277 struct task_struct *t; in rcu_print_detail_task_stall_rnp() local
284 t = list_entry(rnp->gp_tasks->prev, in rcu_print_detail_task_stall_rnp()
286 list_for_each_entry_continue(t, &rnp->blkd_tasks, rcu_node_entry) { in rcu_print_detail_task_stall_rnp()
292 sched_show_task(t); in rcu_print_detail_task_stall_rnp()
308 static int check_slow_task(struct task_struct *t, void *arg) in check_slow_task() argument
312 if (task_curr(t)) in check_slow_task()
314 rscrp->nesting = t->rcu_read_lock_nesting; in check_slow_task()
315 rscrp->rs = t->rcu_read_unlock_special; in check_slow_task()
316 rscrp->on_blkd_list = !list_empty(&t->rcu_node_entry); in check_slow_task()
330 struct task_struct *t; in rcu_print_task_stall() local
340 t = list_entry(rnp->gp_tasks->prev, in rcu_print_task_stall()
342 list_for_each_entry_continue(t, &rnp->blkd_tasks, rcu_node_entry) { in rcu_print_task_stall()
343 get_task_struct(t); in rcu_print_task_stall()
344 ts[i++] = t; in rcu_print_task_stall()
350 t = ts[--i]; in rcu_print_task_stall()
351 if (task_call_func(t, check_slow_task, &rscr)) in rcu_print_task_stall()
352 pr_cont(" P%d", t->pid); in rcu_print_task_stall()
355 t->pid, rscr.nesting, in rcu_print_task_stall()
361 put_task_struct(t); in rcu_print_task_stall()
946 struct task_struct *t = READ_ONCE(rcu_state.gp_kthread); in show_rcu_gp_kthreads() local
956 t ? data_race(READ_ONCE(t->__state)) : 0x1ffff, t ? t->rt_priority : 0xffU, in show_rcu_gp_kthreads()