Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/xen/
Dgntdev-common.h83 void gntdev_put_map(struct gntdev_priv *priv, struct gntdev_grant_map *map);
Dgntdev.c235 void gntdev_put_map(struct gntdev_priv *priv, struct gntdev_grant_map *map) in gntdev_put_map() function
442 gntdev_put_map(priv, map); in gntdev_vma_close()
546 gntdev_put_map(NULL /* already removed */, map); in gntdev_release()
578 gntdev_put_map(NULL, map); in gntdev_ioctl_map_grant_ref()
612 gntdev_put_map(priv, map); in gntdev_ioctl_unmap_grant_ref()
1076 gntdev_put_map(priv, map); in gntdev_mmap()
Dgntdev-dmabuf.c328 gntdev_put_map(NULL /* already removed */, map); in dmabuf_exp_remove_map()