Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dshow_mem.c23 unsigned long totalreserve_pages __read_mostly;
52 available = global_zone_page_state(NR_FREE_PAGES) - totalreserve_pages; in si_mem_available()
H A Dpage-writeback.c291 nr_pages -= min(nr_pages, pgdat->totalreserve_pages); in node_dirtyable_memory()
355 x -= min(x, totalreserve_pages); in global_dirtyable_memory()
H A Dpage_alloc.c5595 pgdat->totalreserve_pages = 0; in calculate_totalreserve_pages()
5614 pgdat->totalreserve_pages += max; in calculate_totalreserve_pages()
5619 totalreserve_pages = reserve_pages; in calculate_totalreserve_pages()
5653 /* update totalreserve_pages */ in setup_per_zone_lowmem_reserve()
5716 /* update totalreserve_pages */ in __setup_per_zone_wmarks()
/openbmc/linux/include/linux/
H A Dswap.h363 extern unsigned long totalreserve_pages;
H A Dmmzone.h1337 unsigned long totalreserve_pages; member
/openbmc/linux/drivers/xen/
H A Dballoon.c546 n_pages < totalreserve_pages) in balloon_thread()
/openbmc/linux/Documentation/mm/
H A Dphysical_memory.rst254 ``totalreserve_pages``
/openbmc/linux/kernel/power/
H A Dsnapshot.c1886 count -= totalreserve_pages; in hibernate_preallocate_memory()