Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/xen/
Dgntdev-common.h91 void gntdev_put_map(struct gntdev_priv *priv, struct gntdev_grant_map *map);
Dgntdev.c251 void gntdev_put_map(struct gntdev_priv *priv, struct gntdev_grant_map *map) in gntdev_put_map() function
436 gntdev_put_map(NULL, map); in __unmap_grant_pages_done()
516 gntdev_put_map(priv, map); in gntdev_vma_close()
619 gntdev_put_map(NULL /* already removed */, map); in gntdev_release()
651 gntdev_put_map(NULL, map); in gntdev_ioctl_map_grant_ref()
685 gntdev_put_map(priv, map); in gntdev_ioctl_unmap_grant_ref()
1130 gntdev_put_map(priv, map); in gntdev_mmap()
Dgntdev-dmabuf.c323 gntdev_put_map(NULL /* already removed */, map); in dmabuf_exp_remove_map()