cmm_timed_pages    47 arch/s390/mm/cmm.c static long cmm_timed_pages;
cmm_timed_pages   135 arch/s390/mm/cmm.c 	nr = cmm_free_pages(nr, &cmm_timed_pages, &cmm_timed_page_list);
cmm_timed_pages   139 arch/s390/mm/cmm.c 	cmm_timed_pages_target = cmm_timed_pages;
cmm_timed_pages   155 arch/s390/mm/cmm.c 			 cmm_timed_pages != cmm_timed_pages_target)) ||
cmm_timed_pages   159 arch/s390/mm/cmm.c 			cmm_timed_pages_target = cmm_timed_pages;
cmm_timed_pages   168 arch/s390/mm/cmm.c 		if (cmm_timed_pages_target > cmm_timed_pages) {
cmm_timed_pages   169 arch/s390/mm/cmm.c 			if (cmm_alloc_pages(1, &cmm_timed_pages,
cmm_timed_pages   171 arch/s390/mm/cmm.c 				cmm_timed_pages_target = cmm_timed_pages;
cmm_timed_pages   172 arch/s390/mm/cmm.c 		} else if (cmm_timed_pages_target < cmm_timed_pages) {
cmm_timed_pages   173 arch/s390/mm/cmm.c 			cmm_free_pages(1, &cmm_timed_pages,
cmm_timed_pages   176 arch/s390/mm/cmm.c 		if (cmm_timed_pages > 0 && !timer_pending(&cmm_timer))
cmm_timed_pages   229 arch/s390/mm/cmm.c 	return cmm_timed_pages;
cmm_timed_pages   397 arch/s390/mm/cmm.c 	cmm_free_pages(cmm_timed_pages, &cmm_timed_pages, &cmm_timed_page_list);
cmm_timed_pages   483 arch/s390/mm/cmm.c 	cmm_free_pages(cmm_timed_pages, &cmm_timed_pages, &cmm_timed_page_list);