Home
last modified time | relevance | path

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

/linux-5.19.10/mm/
Dvmalloc.c63 static bool __ro_after_init vmap_allow_huge = true; variable
67 vmap_allow_huge = false; in set_nohugevmalloc()
72 static const bool vmap_allow_huge = false; variable
3102 if (vmap_allow_huge && (vm_flags & VM_ALLOW_HUGE_VMAP)) { in __vmalloc_node_range()