Lines Matching refs:imp
48 } imp; member
533 kfree(gntdev_dmabuf->u.imp.refs); in dmabuf_imp_free_storage()
546 gntdev_dmabuf->u.imp.refs = kcalloc(count, in dmabuf_imp_alloc_storage()
547 sizeof(gntdev_dmabuf->u.imp.refs[0]), in dmabuf_imp_alloc_storage()
549 if (!gntdev_dmabuf->u.imp.refs) in dmabuf_imp_alloc_storage()
561 gntdev_dmabuf->u.imp.refs[i] = INVALID_GRANT_REF; in dmabuf_imp_alloc_storage()
601 gntdev_dmabuf->u.imp.attach = attach; in dmabuf_imp_to_refs()
625 gntdev_dmabuf->u.imp.sgt = sgt; in dmabuf_imp_to_refs()
645 gntdev_dmabuf->u.imp.refs, in dmabuf_imp_to_refs()
659 dmabuf_imp_end_foreign_access(gntdev_dmabuf->u.imp.refs, count); in dmabuf_imp_to_refs()
705 dmabuf_imp_end_foreign_access(gntdev_dmabuf->u.imp.refs, in dmabuf_imp_release()
708 attach = gntdev_dmabuf->u.imp.attach; in dmabuf_imp_release()
710 if (gntdev_dmabuf->u.imp.sgt) in dmabuf_imp_release()
711 dma_buf_unmap_attachment(attach, gntdev_dmabuf->u.imp.sgt, in dmabuf_imp_release()
803 if (copy_to_user(u->refs, gntdev_dmabuf->u.imp.refs, in gntdev_ioctl_dmabuf_imp_to_refs()