Searched refs:importer (Results 1 – 5 of 5) sorted by relevance
30 The client part (ionapp_import) is the importer of the buffer.36 Finally the buffer FD must be closed by both the exporter and importer.
14 importer role), or both. This section describes the DMABUF importer role
24 either the 'exporter' of buffers, or the 'user' or 'importer' of buffers.27 exporter, and A as buffer-user/importer.
705 struct vm_area_struct *exporter = NULL, *importer = NULL; in __vma_adjust() local744 importer = vma; in __vma_adjust()760 importer = vma; in __vma_adjust()761 VM_WARN_ON(expand != importer); in __vma_adjust()770 importer = next; in __vma_adjust()771 VM_WARN_ON(expand != importer); in __vma_adjust()779 if (exporter && exporter->anon_vma && !importer->anon_vma) { in __vma_adjust()782 importer->anon_vma = exporter->anon_vma; in __vma_adjust()783 error = anon_vma_clone(importer, exporter); in __vma_adjust()
437 (dma-buf importer role).