Home
last modified time | relevance | path

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

/kernel/linux/linux-5.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.
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Ddmabuf.rst15 importer role), or both. This section describes the DMABUF importer role
/kernel/linux/linux-5.10/mm/
Dmmap.c759 struct vm_area_struct *exporter = NULL, *importer = NULL; in __vma_adjust() local
796 importer = vma; in __vma_adjust()
812 importer = vma; in __vma_adjust()
813 VM_WARN_ON(expand != importer); in __vma_adjust()
822 importer = next; in __vma_adjust()
823 VM_WARN_ON(expand != importer); in __vma_adjust()
831 if (exporter && exporter->anon_vma && !importer->anon_vma) { in __vma_adjust()
834 importer->anon_vma = exporter->anon_vma; in __vma_adjust()
835 error = anon_vma_clone(importer, exporter); in __vma_adjust()
/kernel/linux/linux-5.10/drivers/dma-buf/
DKconfig48 both the exporter as well as the importer. This fixes a security
/kernel/linux/linux-5.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.
/kernel/linux/linux-5.10/Documentation/gpu/
Dtodo.rst549 imported pages into the importer's DMA area. drm_gem_prime_fd_to_handle() and
/kernel/linux/patches/linux-5.10/yangfan_patch/
Dinclude.patch1063 + * importer is done accessing the CPU. The exporter can use to limit
1144 * @importer_ops: importer operations for this attachment, if provided
1146 * @importer_priv: importer specific attachment data.
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0038_linux_drivers_mxc.patch136664 + /* User memory importer. */
140518 + /* Handle is meangless for this importer. */
140794 +/* User memory allocator (importer) operations. */
140954 + /* User memory importer. */