Lines Matching defs:pools
37 * @pools: List of pools linked to this region.
40 struct list_head pools;
50 * No new pools should be added to the region afterwards.
58 struct list_head pools;
164 list_for_each_entry_rcu(pool, &dmemcs->pools, css_node)
175 list_for_each_entry_safe(pool, next, &dmemcs->pools, css_node) {
195 INIT_LIST_HEAD(&dmemcs->pools);
204 list_for_each_entry_rcu(pool, &dmemcs->pools, css_node, spin_is_locked(&dmemcg_lock))
236 list_for_each_entry_rcu(pool, &dmemcg_iter->pools, css_node) {
346 list_add_tail_rcu(&pool->css_node, &dmemcs->pools);
347 list_add_tail(&pool->region_node, ®ion->pools);
405 list_for_each_entry_safe(pool, next, ®ion->pools, region_node)
436 list_for_each_rcu(entry, ®ion->pools) {
445 * no new pools should be added to the dead region
487 INIT_LIST_HEAD(&ret->pools);