Searched refs:exp_tasks (Results 1 – 3 of 3) sorted by relevance
134 (rnp->exp_tasks ? RCU_EXP_TASKS : 0) + in rcu_preempt_ctxt_queue()195 list_add(&t->rcu_node_entry, rnp->exp_tasks); in rcu_preempt_ctxt_queue()226 if (!rnp->exp_tasks && (blkd_state & RCU_EXP_BLKD)) in rcu_preempt_ctxt_queue()227 rnp->exp_tasks = &t->rcu_node_entry; in rcu_preempt_ctxt_queue()497 if (&t->rcu_node_entry == rnp->exp_tasks) in rcu_preempt_deferred_qs_irqrestore()498 rnp->exp_tasks = np; in rcu_preempt_deferred_qs_irqrestore()614 exp = (t->rcu_blocked_node && t->rcu_blocked_node->exp_tasks) || in rcu_read_unlock_special()760 __func__, rnp->gp_tasks, rnp->boost_tasks, rnp->exp_tasks); in dump_blkd_tasks()969 if (READ_ONCE(rnp->exp_tasks) == NULL && in rcu_boost()979 if (rnp->exp_tasks == NULL && rnp->boost_tasks == NULL) { in rcu_boost()[all …]
155 return rnp->exp_tasks == NULL && in sync_rcu_preempt_exp_done()371 rnp->exp_tasks = rnp->blkd_tasks.next; in sync_rcu_exp_select_node_cpus()506 rnp_root->expmask, ".T"[!!rnp_root->exp_tasks]); in synchronize_sched_expedited_wait()517 ".T"[!!rnp->exp_tasks]); in synchronize_sched_expedited_wait()688 if (!rnp->exp_tasks) in rcu_print_task_exp_stall()690 t = list_entry(rnp->exp_tasks->prev, in rcu_print_task_exp_stall()
92 struct list_head *exp_tasks; member