Searched refs:gntdev_put_map (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/xen/ |
| H A D | gntdev.c | 254 void gntdev_put_map(struct gntdev_priv *priv, struct gntdev_grant_map *map) in gntdev_put_map() function 440 gntdev_put_map(NULL, map); in __unmap_grant_pages_done() 520 gntdev_put_map(priv, map); in gntdev_vma_close() 626 gntdev_put_map(NULL /* already removed */, map); in gntdev_release() 666 gntdev_put_map(NULL, map); in gntdev_ioctl_map_grant_ref() 677 gntdev_put_map(priv, map); in gntdev_ioctl_map_grant_ref() 704 gntdev_put_map(priv, map); in gntdev_ioctl_unmap_grant_ref() 1155 gntdev_put_map(priv, map); in gntdev_mmap()
|
| H A D | gntdev-common.h | 95 void gntdev_put_map(struct gntdev_priv *priv, struct gntdev_grant_map *map);
|
| H A D | gntdev-dmabuf.c | 322 gntdev_put_map(NULL /* already removed */, map); in dmabuf_exp_remove_map()
|