Searched refs:wait_tail (Results 1 – 1 of 1) sorted by relevance
1697 wait_tail = rcu_state.srs_wait_tail; in rcu_sr_normal_gp_cleanup()1698 if (wait_tail == NULL) in rcu_sr_normal_gp_cleanup()1703 WARN_ON_ONCE(!rcu_sr_is_wait_head(wait_tail)); in rcu_sr_normal_gp_cleanup()1708 llist_for_each_safe(rcu, next, wait_tail->next) { in rcu_sr_normal_gp_cleanup()1714 wait_tail->next = next; in rcu_sr_normal_gp_cleanup()1727 if (wait_tail->next && wait_tail->next->next == NULL && in rcu_sr_normal_gp_cleanup()1728 rcu_sr_is_wait_head(wait_tail->next) && in rcu_sr_normal_gp_cleanup()1730 rcu_sr_put_wait_head(wait_tail->next); in rcu_sr_normal_gp_cleanup()1731 wait_tail->next = NULL; in rcu_sr_normal_gp_cleanup()1736 smp_store_release(&rcu_state.srs_done_tail, wait_tail); in rcu_sr_normal_gp_cleanup()[all …]