Searched refs:vma_list (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Dumem.c82 struct vm_area_struct **vma_list; local
128 * if we can't alloc the vma_list, it's not so bad;
131 vma_list = (struct vm_area_struct **) __get_free_page(GFP_KERNEL);
132 if (!vma_list)
154 1, !umem->writable, page_list, vma_list);
176 if (vma_list &&
177 !is_vm_hugetlb_page(vma_list[i + off]))
212 if (vma_list)
213 free_page((unsigned long) vma_list);

Completed in 78 milliseconds