Searched refs:gntdev_put_map (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/xen/ |
D | gntdev-common.h | 88 void gntdev_put_map(struct gntdev_priv *priv, struct gntdev_grant_map *map);
|
D | gntdev.c | 239 void gntdev_put_map(struct gntdev_priv *priv, struct gntdev_grant_map *map) in gntdev_put_map() function 463 gntdev_put_map(priv, map); in gntdev_vma_close() 656 gntdev_put_map(NULL /* already removed */, map); in gntdev_release() 692 gntdev_put_map(NULL, map); in gntdev_ioctl_map_grant_ref() 698 gntdev_put_map(NULL, map); in gntdev_ioctl_map_grant_ref() 734 gntdev_put_map(priv, map); in gntdev_ioctl_unmap_grant_ref() 1186 gntdev_put_map(priv, map); in gntdev_mmap()
|
D | gntdev-dmabuf.c | 322 gntdev_put_map(NULL /* already removed */, map); in dmabuf_exp_remove_map() 456 gntdev_put_map(NULL, map); in dmabuf_exp_alloc_backing_storage()
|