Searched refs:importer (Results 1 – 5 of 5) sorted by relevance
15 importer role), or both. This section describes the DMABUF importer role
631 struct vm_area_struct *exporter = NULL, *importer = NULL; in __vma_adjust() local670 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()
48 both the exporter as well as the importer. This fixes a security
24 either the 'exporter' of buffers, or the 'user' or 'importer' of buffers.27 exporter, and A as buffer-user/importer.
179 depending which driver is the exporter and importer, the locking hierarchy is561 imported pages into the importer's DMA area. drm_gem_prime_fd_to_handle() and