Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/core/
H A Dumem_dmabuf.c127 if (unlikely(!ops || !ops->move_notify)) in ib_umem_dmabuf_get()
184 .move_notify = ib_umem_dmabuf_unsupported_move_notify,
/openbmc/linux/include/linux/
H A Ddma-buf.h483 void (*move_notify)(struct dma_buf_attachment *attach); member
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_dma_buf.c423 .move_notify = amdgpu_dma_buf_move_notify
/openbmc/linux/drivers/dma-buf/
H A Ddma-buf.c899 if (WARN_ON(importer_ops && !importer_ops->move_notify)) in dma_buf_dynamic_attach()
1266 attach->importer_ops->move_notify(attach); in dma_buf_move_notify()
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dmr.c1536 .move_notify = mlx5_ib_dmabuf_invalidate_cb,