Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/android/ion/
DREADME24 The server part (ionapp_export) is the exporter of the buffer.
36 Finally the buffer FD must be closed by both the exporter and importer.
/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.
29 The exporter
/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
790 exporter = next; in __vma_adjust()
798 exporter = next->vm_next; in __vma_adjust()
806 exporter = next; in __vma_adjust()
816 exporter = vma; 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/userspace-api/media/v4l/
Ddmabuf.rst12 a DMA buffer to userspace as a file descriptor (known as the exporter