Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/mm/
Dmmap.c732 struct vm_area_struct *importer = NULL; in vma_adjust() local
752 importer = vma; in vma_adjust()
760 importer = vma; in vma_adjust()
769 importer = next; in vma_adjust()
777 if (exporter && exporter->anon_vma && !importer->anon_vma) { in vma_adjust()
780 importer->anon_vma = exporter->anon_vma; in vma_adjust()
781 error = anon_vma_clone(importer, exporter); in vma_adjust()