Lines Matching refs:maps
65 struct list_head maps; member
110 list_for_each_entry(map, &priv->maps, next) in gntdev_print_maps()
181 list_for_each_entry(map, &priv->maps, next) { in gntdev_add_map()
188 list_add_tail(&add->next, &priv->maps); in gntdev_add_map()
199 list_for_each_entry(map, &priv->maps, next) { in gntdev_find_map_index()
476 list_for_each_entry(map, &priv->maps, next) { in mn_invl_range_start()
500 list_for_each_entry(map, &priv->maps, next) { in mn_release()
538 INIT_LIST_HEAD(&priv->maps); in gntdev_open()
572 while (!list_empty(&priv->maps)) { in gntdev_release()
573 map = list_entry(priv->maps.next, struct grant_map, next); in gntdev_release()
716 list_for_each_entry(map, &priv->maps, next) { in gntdev_ioctl_notify()