Home
last modified time | relevance | path

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

/linux-4.4.14/mm/
Dpage_alloc.c6174 unsigned long lowmem_kbytes; in init_per_zone_wmark_min() local
6177 lowmem_kbytes = nr_free_buffer_pages() * (PAGE_SIZE >> 10); in init_per_zone_wmark_min()
6178 new_min_free_kbytes = int_sqrt(lowmem_kbytes * 16); in init_per_zone_wmark_min()