Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Dpage_alloc.c8200 unsigned long lowmem_kbytes; in init_per_zone_wmark_min() local
8203 lowmem_kbytes = nr_free_buffer_pages() * (PAGE_SIZE >> 10); in init_per_zone_wmark_min()
8204 new_min_free_kbytes = int_sqrt(lowmem_kbytes * 16); in init_per_zone_wmark_min()