Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/android/ion/
DREADME30 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.
/Linux-v5.10/Documentation/userspace-api/media/v4l/
Ddmabuf.rst15 importer role), or both. This section describes the DMABUF importer role
/Linux-v5.10/drivers/dma-buf/
DKconfig47 both the exporter as well as the importer. This fixes a security
/Linux-v5.10/mm/
Dmmap.c754 struct vm_area_struct *exporter = NULL, *importer = NULL; in __vma_adjust() local
791 importer = vma; in __vma_adjust()
807 importer = vma; in __vma_adjust()
808 VM_WARN_ON(expand != importer); in __vma_adjust()
817 importer = next; in __vma_adjust()
818 VM_WARN_ON(expand != importer); in __vma_adjust()
826 if (exporter && exporter->anon_vma && !importer->anon_vma) { in __vma_adjust()
829 importer->anon_vma = exporter->anon_vma; in __vma_adjust()
830 error = anon_vma_clone(importer, exporter); in __vma_adjust()
/Linux-v5.10/Documentation/driver-api/
Ddma-buf.rst24 either the 'exporter' of buffers, or the 'user' or 'importer' of buffers.
27 exporter, and A as buffer-user/importer.