Home
last modified time | relevance | path

Searched refs:vmap_start (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/mm/
Dvmalloc.c5030 unsigned long vmap_start = 1; in vmap_init_free_space() local
5042 if ((unsigned long) busy->addr - vmap_start > 0) { in vmap_init_free_space()
5045 free->va_start = vmap_start; in vmap_init_free_space()
5054 vmap_start = (unsigned long) busy->addr + busy->size; in vmap_init_free_space()
5057 if (vmap_end - vmap_start > 0) { in vmap_init_free_space()
5060 free->va_start = vmap_start; in vmap_init_free_space()