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
755 struct vm_area_struct *exporter = NULL, *importer = NULL; in __vma_adjust() local791 exporter = next; in __vma_adjust()799 exporter = next->vm_next; in __vma_adjust()807 exporter = next; in __vma_adjust()817 exporter = vma; in __vma_adjust()827 if (exporter && exporter->anon_vma && !importer->anon_vma) { in __vma_adjust()830 importer->anon_vma = exporter->anon_vma; in __vma_adjust()831 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
2075 the DMA buffer file. 'exp_name' is the name of the DMA buffer exporter.