Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/
Ddma-buf-sharing.txt238 - full transparency for existing users on the importer side, i.e. userspace
254 Before an importer can access a dma_buf object with the cpu from the kernel
281 and unmapped, i.e. the importer does not need to call begin_cpu_access again
289 facilitate non-blocking fast-paths. Neither the importer nor the exporter (in
297 supply of kmap_atomic slots. Hence an importer shall only hold onto at most 2
325 When the importer is done accessing the range specified in begin_cpu_access,
/linux-4.1.27/mm/
Dmmap.c731 struct vm_area_struct *importer = NULL; in vma_adjust() local
751 importer = vma; in vma_adjust()
759 importer = vma; in vma_adjust()
768 importer = next; 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()