Home
last modified time | relevance | path

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

/openbmc/linux/drivers/xen/
H A Dgntdev-dmabuf.c28 struct gntdev_dmabuf { struct
60 struct gntdev_dmabuf *gntdev_dmabuf; argument
94 struct gntdev_dmabuf *gntdev_dmabuf) in dmabuf_exp_wait_obj_new() argument
103 obj->gntdev_dmabuf = gntdev_dmabuf; in dmabuf_exp_wait_obj_new()
108 kref_put(&gntdev_dmabuf->u.exp.refcount, dmabuf_exp_release); in dmabuf_exp_wait_obj_new()
133 struct gntdev_dmabuf *gntdev_dmabuf) in dmabuf_exp_wait_obj_signal() argument
138 if (obj->gntdev_dmabuf == gntdev_dmabuf) { in dmabuf_exp_wait_obj_signal()
145 static struct gntdev_dmabuf *
148 struct gntdev_dmabuf *gntdev_dmabuf, *ret = ERR_PTR(-ENOENT); in dmabuf_exp_wait_obj_get_dmabuf() local
151 list_for_each_entry(gntdev_dmabuf, &priv->exp_list, next) in dmabuf_exp_wait_obj_get_dmabuf()
[all …]