Lines Matching refs:t
542 int t; in synchronize_rcu_expedited_wait_once() local
545 t = swait_event_timeout_exclusive(rcu_state.expedited_wq, in synchronize_rcu_expedited_wait_once()
549 if (t > 0 || sync_rcu_exp_done_unlocked(rnp_root)) in synchronize_rcu_expedited_wait_once()
551 WARN_ON(t < 0); /* workqueues should not be signaled. */ in synchronize_rcu_expedited_wait_once()
751 struct task_struct *t = current; in rcu_exp_handler() local
792 t->rcu_read_unlock_special.b.exp_hint = true; in rcu_exp_handler()
811 struct task_struct *t; in rcu_print_task_exp_stall() local
818 t = list_entry(rnp->exp_tasks->prev, in rcu_print_task_exp_stall()
820 list_for_each_entry_continue(t, &rnp->blkd_tasks, rcu_node_entry) { in rcu_print_task_exp_stall()
821 pr_cont(" P%d", t->pid); in rcu_print_task_exp_stall()
836 struct task_struct *t; in rcu_exp_print_detail_task_stall_rnp() local
845 t = list_entry(rnp->exp_tasks->prev, in rcu_exp_print_detail_task_stall_rnp()
847 list_for_each_entry_continue(t, &rnp->blkd_tasks, rcu_node_entry) { in rcu_exp_print_detail_task_stall_rnp()
853 sched_show_task(t); in rcu_exp_print_detail_task_stall_rnp()