Lines Matching refs:pools
36 * @pools: List of pools linked to this region.
39 struct list_head pools;
49 * No new pools should be added to the region afterwards.
57 struct list_head pools;
163 list_for_each_entry_rcu(pool, &dmemcs->pools, css_node)
174 list_for_each_entry_safe(pool, next, &dmemcs->pools, css_node) {
194 INIT_LIST_HEAD(&dmemcs->pools);
203 list_for_each_entry_rcu(pool, &dmemcs->pools, css_node, spin_is_locked(&dmemcg_lock))
235 list_for_each_entry_rcu(pool, &dmemcg_iter->pools, css_node) {
345 list_add_tail_rcu(&pool->css_node, &dmemcs->pools);
346 list_add_tail(&pool->region_node, ®ion->pools);
404 list_for_each_entry_safe(pool, next, ®ion->pools, region_node)
435 list_for_each_rcu(entry, ®ion->pools) {
444 * no new pools should be added to the dead region
486 INIT_LIST_HEAD(&ret->pools);