Home
last modified time | relevance | path

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

/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-kernel-dmabuf-buffers16 Description: This file is read-only and contains the name of the exporter of
/Linux-v5.15/mm/
Dmmap.c755 struct vm_area_struct *exporter = NULL, *importer = NULL; in __vma_adjust() local
791 exporter = next; in __vma_adjust()
799 exporter = next->vm_next; in __vma_adjust()
807 exporter = next; in __vma_adjust()
817 exporter = vma; 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.
29 The exporter
/Linux-v5.15/Documentation/userspace-api/media/v4l/
Ddmabuf.rst12 a DMA buffer to userspace as a file descriptor (known as the exporter
/Linux-v5.15/Documentation/gpu/
Dtodo.rst179 depending which driver is the exporter and importer, the locking hierarchy is
/Linux-v5.15/Documentation/filesystems/
Dproc.rst2075 the DMA buffer file. 'exp_name' is the name of the DMA buffer exporter.