Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dvmalloc.c901 static __read_mostly unsigned int vmap_zone_size = 1; variable
906 return (addr / vmap_zone_size) % nr_vmap_nodes; in addr_to_node_id()
5096 vmap_zone_size = (1 << 4) * PAGE_SIZE; in vmap_init_nodes()