Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/mm/
H A Dcmm.c45 static long cmm_timed_pages; variable
136 cmm_timed_pages_target = cmm_timed_pages; in cmm_oom_notify()
152 cmm_timed_pages != cmm_timed_pages_target || in cmm_thread()
156 cmm_timed_pages_target = cmm_timed_pages; in cmm_thread()
165 if (cmm_timed_pages_target > cmm_timed_pages) { in cmm_thread()
166 if (cmm_alloc_pages(1, &cmm_timed_pages, in cmm_thread()
168 cmm_timed_pages_target = cmm_timed_pages; in cmm_thread()
169 } else if (cmm_timed_pages_target < cmm_timed_pages) { in cmm_thread()
170 cmm_free_pages(1, &cmm_timed_pages, in cmm_thread()
226 return cmm_timed_pages; in cmm_get_timed_pages()
[all …]