Searched refs:cmm_timed_pages (Results 1 – 1 of 1) sorted by relevance
45 static long cmm_timed_pages; variable133 nr = cmm_free_pages(nr, &cmm_timed_pages, &cmm_timed_page_list); in cmm_oom_notify()137 cmm_timed_pages_target = cmm_timed_pages; in cmm_oom_notify()153 cmm_timed_pages != cmm_timed_pages_target)) || in cmm_thread()157 cmm_timed_pages_target = cmm_timed_pages; in cmm_thread()166 if (cmm_timed_pages_target > cmm_timed_pages) { in cmm_thread()167 if (cmm_alloc_pages(1, &cmm_timed_pages, in cmm_thread()169 cmm_timed_pages_target = cmm_timed_pages; in cmm_thread()170 } else if (cmm_timed_pages_target < cmm_timed_pages) { in cmm_thread()171 cmm_free_pages(1, &cmm_timed_pages, in cmm_thread()[all …]