Home
last modified time | relevance | path

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

/arch/s390/mm/
Dcmm.c47 static long cmm_timed_pages; variable
135 nr = cmm_free_pages(nr, &cmm_timed_pages, &cmm_timed_page_list); in cmm_oom_notify()
139 cmm_timed_pages_target = cmm_timed_pages; in cmm_oom_notify()
155 cmm_timed_pages != cmm_timed_pages_target)) || in cmm_thread()
159 cmm_timed_pages_target = cmm_timed_pages; in cmm_thread()
168 if (cmm_timed_pages_target > cmm_timed_pages) { in cmm_thread()
169 if (cmm_alloc_pages(1, &cmm_timed_pages, in cmm_thread()
171 cmm_timed_pages_target = cmm_timed_pages; in cmm_thread()
172 } else if (cmm_timed_pages_target < cmm_timed_pages) { in cmm_thread()
173 cmm_free_pages(1, &cmm_timed_pages, in cmm_thread()
[all …]