Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/xen/
Dgntdev-dmabuf.c28 struct gntdev_dmabuf { struct
29 struct gntdev_dmabuf_priv *priv; argument
30 struct dma_buf *dmabuf;
31 struct list_head next;
32 int fd;
34 union {
60 struct gntdev_dmabuf *gntdev_dmabuf; member
94 struct gntdev_dmabuf *gntdev_dmabuf) in dmabuf_exp_wait_obj_new()
133 struct gntdev_dmabuf *gntdev_dmabuf) in dmabuf_exp_wait_obj_signal()
148 struct gntdev_dmabuf *gntdev_dmabuf, *ret = ERR_PTR(-ENOENT); in dmabuf_exp_wait_obj_get_dmabuf() local
[all …]
/kernel/linux/linux-5.10/drivers/xen/
Dgntdev-dmabuf.c34 struct gntdev_dmabuf { struct
35 struct gntdev_dmabuf_priv *priv; argument
36 struct dma_buf *dmabuf;
37 struct list_head next;
38 int fd;
40 union {
66 struct gntdev_dmabuf *gntdev_dmabuf; argument
100 struct gntdev_dmabuf *gntdev_dmabuf) in dmabuf_exp_wait_obj_new()
139 struct gntdev_dmabuf *gntdev_dmabuf) in dmabuf_exp_wait_obj_signal()
154 struct gntdev_dmabuf *gntdev_dmabuf, *ret = ERR_PTR(-ENOENT); in dmabuf_exp_wait_obj_get_dmabuf() local
[all …]