Searched refs:cmm_timed_pages (Results 1 – 1 of 1) sorted by relevance
45 static long cmm_timed_pages; variable152 cmm_timed_pages_target = cmm_timed_pages; in cmm_oom_notify()168 cmm_timed_pages != cmm_timed_pages_target || in cmm_thread()172 cmm_timed_pages_target = cmm_timed_pages; in cmm_thread()181 if (cmm_timed_pages_target > cmm_timed_pages) { in cmm_thread()182 if (cmm_alloc_pages(1, &cmm_timed_pages, in cmm_thread()184 cmm_timed_pages_target = cmm_timed_pages; in cmm_thread()185 } else if (cmm_timed_pages_target < cmm_timed_pages) { in cmm_thread()186 cmm_free_pages(1, &cmm_timed_pages, in cmm_thread()242 return cmm_timed_pages; in cmm_get_timed_pages()[all …]