Lines Matching refs:vstart
1467 unsigned long align, unsigned long vstart) in is_within_this_va() argument
1471 if (va->va_start > vstart) in is_within_this_va()
1474 nva_start_addr = ALIGN(vstart, align); in is_within_this_va()
1478 nva_start_addr < vstart) in is_within_this_va()
1493 unsigned long align, unsigned long vstart, bool adjust_search_size) in find_vmap_lowest_match() argument
1509 vstart < va->va_start) { in find_vmap_lowest_match()
1512 if (is_within_this_va(va, size, align, vstart)) in find_vmap_lowest_match()
1533 if (is_within_this_va(va, size, align, vstart)) in find_vmap_lowest_match()
1537 vstart <= va->va_start) { in find_vmap_lowest_match()
1544 vstart = va->va_start + 1; in find_vmap_lowest_match()
1560 unsigned long align, unsigned long vstart) in find_vmap_lowest_linear_match() argument
1565 if (!is_within_this_va(va, size, align, vstart)) in find_vmap_lowest_linear_match()
1579 unsigned long vstart; in find_vmap_lowest_match_check() local
1583 vstart = VMALLOC_START + rnd; in find_vmap_lowest_match_check()
1585 va_1 = find_vmap_lowest_match(root, size, align, vstart, false); in find_vmap_lowest_match_check()
1586 va_2 = find_vmap_lowest_linear_match(head, size, align, vstart); in find_vmap_lowest_match_check()
1590 va_1, va_2, vstart); in find_vmap_lowest_match_check()
1732 unsigned long vstart, unsigned long vend) in va_alloc() argument
1737 if (va->va_start > vstart) in va_alloc()
1740 nva_start_addr = ALIGN(vstart, align); in va_alloc()
1761 unsigned long vstart, unsigned long vend) in __alloc_vmap_area() argument
1776 if (align <= PAGE_SIZE || (align > PAGE_SIZE && (vend - vstart) == size)) in __alloc_vmap_area()
1779 va = find_vmap_lowest_match(root, size, align, vstart, adjust_search_size); in __alloc_vmap_area()
1783 nva_start_addr = va_alloc(va, root, head, size, align, vstart, vend); in __alloc_vmap_area()
1870 unsigned long align, unsigned long vstart, in node_pool_del_va() argument
1891 err |= (va->va_start < vstart); in node_pool_del_va()
1912 unsigned long vstart, unsigned long vend, in node_alloc() argument
1924 if (vstart != VMALLOC_START || vend != VMALLOC_END || in node_alloc()
1929 va = node_pool_del_va(id_to_node(*vn_id), size, align, vstart, vend); in node_alloc()
1954 unsigned long vstart, unsigned long vend, in alloc_vmap_area() argument
1982 va = node_alloc(size, align, vstart, vend, &addr, &vn_id); in alloc_vmap_area()
2001 size, align, vstart, vend); in alloc_vmap_area()
2005 trace_alloc_vmap_area(addr, size, align, vstart, vend, addr == vend); in alloc_vmap_area()
2032 BUG_ON(va->va_start < vstart); in alloc_vmap_area()
2060 size, vstart, vend); in alloc_vmap_area()