Lines Matching refs:exp_tasks
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()
990 if (rnp->exp_tasks != NULL) in rcu_boost()
991 tb = rnp->exp_tasks; in rcu_boost()
1018 return READ_ONCE(rnp->exp_tasks) != NULL || in rcu_boost()
1035 rcu_wait(rnp->boost_tasks || rnp->exp_tasks); in rcu_boost_kthread()
1070 if (!rcu_preempt_blocked_readers_cgp(rnp) && rnp->exp_tasks == NULL) { in rcu_initiate_boost()
1074 if (rnp->exp_tasks != NULL || in rcu_initiate_boost()
1079 if (rnp->exp_tasks == NULL) in rcu_initiate_boost()