Searched refs:gntdev_dmabuf (Results 1 – 1 of 1) sorted by relevance
33 struct gntdev_dmabuf { struct65 struct gntdev_dmabuf *gntdev_dmabuf; argument99 struct gntdev_dmabuf *gntdev_dmabuf) in dmabuf_exp_wait_obj_new() argument108 obj->gntdev_dmabuf = gntdev_dmabuf; in dmabuf_exp_wait_obj_new()113 kref_put(&gntdev_dmabuf->u.exp.refcount, dmabuf_exp_release); in dmabuf_exp_wait_obj_new()138 struct gntdev_dmabuf *gntdev_dmabuf) in dmabuf_exp_wait_obj_signal() argument143 if (obj->gntdev_dmabuf == gntdev_dmabuf) { in dmabuf_exp_wait_obj_signal()150 static struct gntdev_dmabuf *153 struct gntdev_dmabuf *gntdev_dmabuf, *ret = ERR_PTR(-ENOENT); in dmabuf_exp_wait_obj_get_dmabuf() local156 list_for_each_entry(gntdev_dmabuf, &priv->exp_list, next) in dmabuf_exp_wait_obj_get_dmabuf()[all …]