Searched defs:pvma (Results 1 - 4 of 4) sorted by relevance

/mm/
H A Drmap.c324 int anon_vma_fork(struct vm_area_struct *vma, struct vm_area_struct *pvma) argument
330 if (!pvma->anon_vma)
337 if (anon_vma_clone(vma, pvma))
352 anon_vma->root = pvma->anon_vma->root;
H A Dmempolicy.c2184 struct vm_area_struct pvma; local
2202 memset(&pvma, 0, sizeof(struct vm_area_struct));
2203 pvma.vm_end = TASK_SIZE; /* policy covers entire file */
2204 mpol_set_shared_policy(sp, &pvma, new); /* adds ref */
H A Dnommu.c682 struct vm_area_struct *pvma, *prev; local
711 pvma = rb_entry(parent, struct vm_area_struct, vm_rb);
715 if (vma->vm_start < pvma->vm_start)
717 else if (vma->vm_start > pvma->vm_start) {
720 } else if (vma->vm_end < pvma->vm_end)
722 else if (vma->vm_end > pvma->vm_end) {
725 } else if (vma < pvma)
727 else if (vma > pvma) {
H A Dshmem.c802 struct vm_area_struct pvma; local
808 pvma.vm_start = 0;
809 pvma.vm_pgoff = index;
810 pvma.vm_ops = NULL;
811 pvma.vm_policy = spol;
812 return swapin_readahead(swap, gfp, &pvma, 0);
818 struct vm_area_struct pvma; local
821 pvma.vm_start = 0;
822 pvma.vm_pgoff = index;
823 pvma
[all...]

Completed in 147 milliseconds