Lines Matching defs:list
497 * remove it from the LRU list.
1862 * The list of mapped zones is maintained in LRU order.
1863 * This rotates a zone at the end of its map list.
1884 * The list of mapped random zones is maintained
1885 * in LRU order. This rotates a zone at the end of the list.
1963 /* If we have cache zones select from the cache zone list */
2225 struct list_head *list;
2238 list = &zmd->unmap_cache_list;
2240 list = &zmd->dev[dev_idx].unmap_rnd_list;
2242 list = &zmd->dev[dev_idx].unmap_seq_list;
2244 if (list_empty(list)) {
2271 zone = list_first_entry(list, struct dm_zone, link);
2304 /* Return the zone to its type unmap list */
2821 dmz_zmd_warn(zmd, "mblock %llu still in dirty list (ref %u)",