Searched refs:exporter (Results 1 – 7 of 7) sorted by relevance
16 Description: This file is read-only and contains the name of the exporter of
631 struct vm_area_struct *exporter = NULL, *importer = NULL; in __vma_adjust() local669 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()
48 both the exporter as well as the importer. This fixes a security
24 either the 'exporter' of buffers, or the 'user' or 'importer' of buffers.27 exporter, and A as buffer-user/importer.29 The exporter
12 a DMA buffer to userspace as a file descriptor (known as the exporter
179 depending which driver is the exporter and importer, the locking hierarchy is
2050 the DMA buffer file. 'exp_name' is the name of the DMA buffer exporter.