Searched refs:exporter (Results 1 – 2 of 2) sorted by relevance
12 either the 'exporter' of buffers, or the 'user' of buffers.15 exporter, and A as buffer-user.17 The exporter41 4. When needed, buffer-user requests access to the buffer from exporter42 5. When finished with its use, the buffer-user notifies end-of-DMA to exporter49 The buffer exporter announces its wish to export a buffer. In this, it64 'exp_name' in struct dma_buf_export_info is the name of exporter - to97 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 …]
741 struct vm_area_struct *exporter = NULL; in vma_adjust() local750 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()