Searched refs:is_within_this_va (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | vmalloc.c | 831 is_within_this_va(struct vmap_area *va, unsigned long size, in is_within_this_va() function 875 if (is_within_this_va(va, size, align, vstart)) in find_vmap_lowest_match() 895 if (is_within_this_va(va, size, align, vstart)) in find_vmap_lowest_match() 920 if (!is_within_this_va(va, size, align, vstart)) in find_vmap_lowest_linear_match()
|
/kernel/linux/linux-6.6/mm/ |
H A D | vmalloc.c | 1222 is_within_this_va(struct vmap_area *va, unsigned long size, in is_within_this_va() function 1268 if (is_within_this_va(va, size, align, vstart)) in find_vmap_lowest_match() 1289 if (is_within_this_va(va, size, align, vstart)) in find_vmap_lowest_match() 1321 if (!is_within_this_va(va, size, align, vstart)) in find_vmap_lowest_linear_match()
|
Completed in 11 milliseconds