Home
last modified time | relevance | path

Searched refs:grant_map (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/xen/
Dgntdev.c82 struct grant_map { struct
99 static int unmap_grant_pages(struct grant_map *map, int offset, int pages); argument
107 struct grant_map *map; in gntdev_print_maps()
117 static void gntdev_free_map(struct grant_map *map) in gntdev_free_map()
133 static struct grant_map *gntdev_alloc_map(struct gntdev_priv *priv, int count) in gntdev_alloc_map()
135 struct grant_map *add; in gntdev_alloc_map()
138 add = kzalloc(sizeof(struct grant_map), GFP_KERNEL); in gntdev_alloc_map()
177 static void gntdev_add_map(struct gntdev_priv *priv, struct grant_map *add) in gntdev_add_map()
179 struct grant_map *map; in gntdev_add_map()
194 static struct grant_map *gntdev_find_map_index(struct gntdev_priv *priv, in gntdev_find_map_index()
[all …]