Searched refs:exp_tasks (Results 1 – 3 of 3) sorted by relevance
332 if (&t->rcu_node_entry == rnp->exp_tasks) in rcu_read_unlock_special()333 rnp->exp_tasks = np; in rcu_read_unlock_special()558 return rnp->exp_tasks != NULL; in rcu_preempted_readers_exp()635 WARN_ON_ONCE(rnp->exp_tasks); in sync_rcu_preempt_exp_init1()689 rnp->exp_tasks = rnp->blkd_tasks.next; in sync_rcu_preempt_exp_init2()952 else if (rnp->exp_tasks == NULL && rnp->gp_tasks == NULL) in rcu_initiate_boost_trace()997 if (ACCESS_ONCE(rnp->exp_tasks) == NULL && in rcu_boost()1008 if (rnp->exp_tasks == NULL && rnp->boost_tasks == NULL) { in rcu_boost()1019 if (rnp->exp_tasks != NULL) { in rcu_boost()1020 tb = rnp->exp_tasks; in rcu_boost()[all …]
224 "E."[!rnp->exp_tasks], in print_one_rcu_node_boost()289 ".E"[rnp->exp_tasks != NULL], in print_one_rcu_state()
167 struct list_head *exp_tasks; member