Searched refs:grant_map (Results 1 – 1 of 1) sorted by relevance
75 struct grant_map { struct90 static int unmap_grant_pages(struct grant_map *map, int offset, int pages); argument98 struct grant_map *map; in gntdev_print_maps()108 static void gntdev_free_map(struct grant_map *map) in gntdev_free_map()123 static struct grant_map *gntdev_alloc_map(struct gntdev_priv *priv, int count) in gntdev_alloc_map()125 struct grant_map *add; in gntdev_alloc_map()128 add = kzalloc(sizeof(struct grant_map), GFP_KERNEL); in gntdev_alloc_map()164 static void gntdev_add_map(struct gntdev_priv *priv, struct grant_map *add) in gntdev_add_map()166 struct grant_map *map; in gntdev_add_map()181 static struct grant_map *gntdev_find_map_index(struct gntdev_priv *priv, in gntdev_find_map_index()[all …]