Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-kernel-dmabuf-buffers16 Description: This file is read-only and contains the name of the exporter of
/Linux-v6.1/mm/
Dmmap.c631 struct vm_area_struct *exporter = NULL, *importer = NULL; in __vma_adjust() local
669 exporter = next; in __vma_adjust()
677 exporter = next_next; in __vma_adjust()
685 exporter = next; in __vma_adjust()
695 exporter = vma; 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-v6.1/drivers/dma-buf/
DKconfig48 both the exporter as well as the importer. This fixes a security
/Linux-v6.1/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-v6.1/Documentation/userspace-api/media/v4l/
Ddmabuf.rst12 a DMA buffer to userspace as a file descriptor (known as the exporter
/Linux-v6.1/Documentation/gpu/
Dtodo.rst179 depending which driver is the exporter and importer, the locking hierarchy is
/Linux-v6.1/Documentation/filesystems/
Dproc.rst2050 the DMA buffer file. 'exp_name' is the name of the DMA buffer exporter.