Home
last modified time | relevance | path

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

/linux-6.1.9/Documentation/userspace-api/media/v4l/
Ddmabuf.rst15 importer role), or both. This section describes the DMABUF importer role
/linux-6.1.9/mm/
Dmmap.c631 struct vm_area_struct *exporter = NULL, *importer = NULL; in __vma_adjust() local
670 importer = vma; in __vma_adjust()
686 importer = vma; in __vma_adjust()
687 VM_WARN_ON(expand != importer); in __vma_adjust()
696 importer = next; in __vma_adjust()
697 VM_WARN_ON(expand != importer); in __vma_adjust()
705 if (exporter && exporter->anon_vma && !importer->anon_vma) { in __vma_adjust()
708 importer->anon_vma = exporter->anon_vma; in __vma_adjust()
709 error = anon_vma_clone(importer, exporter); in __vma_adjust()
/linux-6.1.9/drivers/dma-buf/
DKconfig48 both the exporter as well as the importer. This fixes a security
/linux-6.1.9/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-6.1.9/Documentation/gpu/
Dtodo.rst179 depending which driver is the exporter and importer, the locking hierarchy is
561 imported pages into the importer's DMA area. drm_gem_prime_fd_to_handle() and