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

/freebsd-10-stable/sys/ofed/drivers/infiniband/core/
H A Dumem.c175 struct vm_area_struct **vma_list; local
223 * if we can't alloc the vma_list, it's not so bad;
226 vma_list = (struct vm_area_struct **) __get_free_page(GFP_KERNEL);
227 if (!vma_list)
250 1, !umem->writable, page_list, vma_list);
273 if (vma_list &&
274 !is_vm_hugetlb_page(vma_list[i + off]))
309 if (vma_list)
310 free_page((unsigned long) vma_list);

Completed in 107 milliseconds