Searched refs:vstart (Results 1 – 1 of 1) sorted by relevance
/mm/ |
D | vmalloc.c | 835 unsigned long align, unsigned long vstart) in is_within_this_va() argument 839 if (va->va_start > vstart) in is_within_this_va() 842 nva_start_addr = ALIGN(vstart, align); in is_within_this_va() 846 nva_start_addr < vstart) in is_within_this_va() 859 unsigned long align, unsigned long vstart) in find_vmap_lowest_match() argument 875 vstart < va->va_start) { in find_vmap_lowest_match() 878 if (is_within_this_va(va, size, align, vstart)) in find_vmap_lowest_match() 898 if (is_within_this_va(va, size, align, vstart)) in find_vmap_lowest_match() 902 vstart <= va->va_start) { in find_vmap_lowest_match() 918 unsigned long align, unsigned long vstart) in find_vmap_lowest_linear_match() argument [all …]
|