Home
last modified time | relevance | path

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

/linux/mm/
H A Dvmalloc.c924 #define MAX_VA_SIZE_PAGES 256
938 struct vmap_pool pool[MAX_VA_SIZE_PAGES];
1922 if (idx < MAX_VA_SIZE_PAGES)
2232 for (i = 0; i < MAX_VA_SIZE_PAGES; i++) { in decay_va_pool_node()
5390 for (i = 0; i < MAX_VA_SIZE_PAGES; i++) { in vmap_node_shrink_count()
5407 for (i = 0; i < MAX_VA_SIZE_PAGES; i++) in vmap_node_shrink_scan()
919 #define MAX_VA_SIZE_PAGES global() macro