Home
last modified time | relevance | path

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

/openbmc/linux/kernel/power/
H A Dpower.h45 #define PAGES_FOR_IO ((4096 * 1024) >> PAGE_SHIFT) macro
H A Dsnapshot.c1889 max_size = (count - (size + PAGES_FOR_IO)) / 2 in hibernate_preallocate_memory()
2028 nr_pages, PAGES_FOR_IO, free); in enough_free_mem()
2030 return free > nr_pages + PAGES_FOR_IO; in enough_free_mem()
H A Dswap.c896 required = PAGES_FOR_IO + nr_pages; in enough_swap()