Lines Matching refs:boost_tasks
184 if (rnp->boost_tasks != NULL) in rcu_preempt_note_context_switch()
185 rnp->boost_tasks = rnp->gp_tasks; in rcu_preempt_note_context_switch()
335 if (&t->rcu_node_entry == rnp->boost_tasks) in rcu_read_unlock_special()
336 rnp->boost_tasks = np; in rcu_read_unlock_special()
954 else if (rnp->gp_tasks != NULL && rnp->boost_tasks != NULL) in rcu_initiate_boost_trace()
998 ACCESS_ONCE(rnp->boost_tasks) == NULL) in rcu_boost()
1008 if (rnp->exp_tasks == NULL && rnp->boost_tasks == NULL) { in rcu_boost()
1023 tb = rnp->boost_tasks; in rcu_boost()
1052 ACCESS_ONCE(rnp->boost_tasks) != NULL; in rcu_boost()
1069 rcu_wait(rnp->boost_tasks || rnp->exp_tasks); in rcu_boost_kthread()
1112 rnp->boost_tasks == NULL && in rcu_initiate_boost()
1116 rnp->boost_tasks = rnp->gp_tasks; in rcu_initiate_boost()