Lines Matching refs:exp_tasks
157 (rnp->exp_tasks ? RCU_EXP_TASKS : 0) + in rcu_preempt_ctxt_queue()
218 list_add(&t->rcu_node_entry, rnp->exp_tasks); in rcu_preempt_ctxt_queue()
249 if (!rnp->exp_tasks && (blkd_state & RCU_EXP_BLKD)) in rcu_preempt_ctxt_queue()
250 WRITE_ONCE(rnp->exp_tasks, &t->rcu_node_entry); in rcu_preempt_ctxt_queue()
528 if (&t->rcu_node_entry == rnp->exp_tasks) in rcu_preempt_deferred_qs_irqrestore()
529 WRITE_ONCE(rnp->exp_tasks, np); in rcu_preempt_deferred_qs_irqrestore()
639 expboost = (t->rcu_blocked_node && READ_ONCE(t->rcu_blocked_node->exp_tasks)) || in rcu_read_unlock_special()
787 READ_ONCE(rnp->exp_tasks)); in dump_blkd_tasks()
1013 if (READ_ONCE(rnp->exp_tasks) == NULL && in rcu_boost()
1023 if (rnp->exp_tasks == NULL && rnp->boost_tasks == NULL) { in rcu_boost()
1034 if (rnp->exp_tasks != NULL) in rcu_boost()
1035 tb = rnp->exp_tasks; in rcu_boost()
1063 return READ_ONCE(rnp->exp_tasks) != NULL || in rcu_boost()
1081 READ_ONCE(rnp->exp_tasks)); in rcu_boost_kthread()
1116 if (!rcu_preempt_blocked_readers_cgp(rnp) && rnp->exp_tasks == NULL) { in rcu_initiate_boost()
1120 if (rnp->exp_tasks != NULL || in rcu_initiate_boost()
1125 if (rnp->exp_tasks == NULL) in rcu_initiate_boost()