Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/infiniband/core/
Dumem_dmabuf.c126 if (unlikely(!ops || !ops->move_notify)) in ib_umem_dmabuf_get()
183 .move_notify = ib_umem_dmabuf_unsupported_move_notify,
/Linux-v6.1/include/linux/
Ddma-buf.h492 void (*move_notify)(struct dma_buf_attachment *attach); member
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_dma_buf.c417 .move_notify = amdgpu_dma_buf_move_notify
/Linux-v6.1/drivers/dma-buf/
Ddma-buf.c842 if (WARN_ON(importer_ops && !importer_ops->move_notify)) in dma_buf_dynamic_attach()
1166 attach->importer_ops->move_notify(attach); in dma_buf_move_notify()
/Linux-v6.1/drivers/infiniband/hw/mlx5/
Dmr.c1282 .move_notify = mlx5_ib_dmabuf_invalidate_cb,