Searched refs:cmm_alloc_pages (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/mm/ |
H A D | cmm.c | 62 static long cmm_alloc_pages(long nr, long *counter, in cmm_alloc_pages() function 160 if (cmm_alloc_pages(1, &cmm_pages, &cmm_page_list)) in cmm_thread() 166 if (cmm_alloc_pages(1, &cmm_timed_pages, in cmm_thread()
|
/kernel/linux/linux-6.6/arch/s390/mm/ |
H A D | cmm.c | 62 static long cmm_alloc_pages(long nr, long *counter, in cmm_alloc_pages() function 160 if (cmm_alloc_pages(1, &cmm_pages, &cmm_page_list)) in cmm_thread() 166 if (cmm_alloc_pages(1, &cmm_timed_pages, in cmm_thread()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
H A D | cmm.c | 134 * cmm_alloc_pages - Allocate pages and mark them as loaned 140 static long cmm_alloc_pages(long nr) in cmm_alloc_pages() function 328 if (cmm_alloc_pages(loaned_pages_target - __loaned_pages)) in cmm_thread()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/ |
H A D | cmm.c | 131 * cmm_alloc_pages - Allocate pages and mark them as loaned 137 static long cmm_alloc_pages(long nr) in cmm_alloc_pages() function 325 if (cmm_alloc_pages(loaned_pages_target - __loaned_pages)) in cmm_thread()
|
Completed in 4 milliseconds