Home
last modified time | relevance | path

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

/Linux-v5.15/Documentation/userspace-api/media/v4l/
Ddmabuf.rst15 importer role), or both. This section describes the DMABUF importer role
/Linux-v5.15/mm/
Dmmap.c755 struct vm_area_struct *exporter = NULL, *importer = NULL; in __vma_adjust() local
792 importer = vma; in __vma_adjust()
808 importer = vma; in __vma_adjust()
809 VM_WARN_ON(expand != importer); in __vma_adjust()
818 importer = next; in __vma_adjust()
819 VM_WARN_ON(expand != importer); in __vma_adjust()
827 if (exporter && exporter->anon_vma && !importer->anon_vma) { in __vma_adjust()
830 importer->anon_vma = exporter->anon_vma; in __vma_adjust()
831 error = anon_vma_clone(importer, exporter); in __vma_adjust()
/Linux-v5.15/drivers/dma-buf/
DKconfig48 both the exporter as well as the importer. This fixes a security
/Linux-v5.15/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.
/Linux-v5.15/Documentation/gpu/
Dtodo.rst179 depending which driver is the exporter and importer, the locking hierarchy is
580 imported pages into the importer's DMA area. drm_gem_prime_fd_to_handle() and