Lines Matching refs:maps
61 struct list_head maps;
62 /* lock protects maps from concurrent changes */
100 pr_debug("%s: maps list (priv %p)\n", __func__, priv);
101 list_for_each_entry(map, &priv->maps, next)
158 list_for_each_entry(map, &priv->maps, next) {
165 list_add_tail(&add->next, &priv->maps);
176 list_for_each_entry(map, &priv->maps, next) {
400 list_for_each_entry(map, &priv->maps, next) {
436 list_for_each_entry(map, &priv->maps, next) {
465 INIT_LIST_HEAD(&priv->maps);
497 while (!list_empty(&priv->maps)) {
498 map = list_entry(priv->maps.next, struct grant_map, next);
631 list_for_each_entry(map, &priv->maps, next) {