Home
last modified time | relevance | path

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

/linux/mm/
H A Dvmalloc.c2136 * lazy_max_pages is the maximum amount of virtual address space we gather up
2151 static unsigned long lazy_max_pages(void) in lazy_max_pages() function
2338 /* One extra worker is per a lazy_max_pages() full set minus one. */ in __purge_vmap_area_lazy()
2339 nr_purge_helpers = atomic_long_read(&vmap_lazy_nr) / lazy_max_pages(); in __purge_vmap_area_lazy()
2401 unsigned long nr_lazy_max = lazy_max_pages(); in free_vmap_area_noflush()