Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/
Ddma-buf-sharing.txt12 either the 'exporter' of buffers, or the 'user' of buffers.
15 exporter, and A as buffer-user.
17 The exporter
41 4. When needed, buffer-user requests access to the buffer from exporter
42 5. When finished with its use, the buffer-user notifies end-of-DMA to exporter
49 The buffer exporter announces its wish to export a buffer. In this, it
64 'exp_name' in struct dma_buf_export_info is the name of exporter - to
97 helps the exporter to know of device buffer constraints.
105 operation, if provided by the exporter.
110 Until this stage, the buffer-exporter has the option to choose not to actually
[all …]
/linux-4.1.27/mm/
Dmmap.c741 struct vm_area_struct *exporter = NULL; in vma_adjust() local
750 exporter = next; in vma_adjust()
758 exporter = next; in vma_adjust()
767 exporter = vma; in vma_adjust()
776 if (exporter && exporter->anon_vma && !importer->anon_vma) { in vma_adjust()
779 importer->anon_vma = exporter->anon_vma; in vma_adjust()
780 error = anon_vma_clone(importer, exporter); in vma_adjust()