Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/mm/
Dcmm.c40 struct cmm_page_array { struct
41 struct cmm_page_array *next; argument
54 static struct cmm_page_array *cmm_page_list; argument
55 static struct cmm_page_array *cmm_timed_page_list;
66 struct cmm_page_array **list) in cmm_alloc_pages()
68 struct cmm_page_array *pa, *npa; in cmm_alloc_pages()
80 npa = (struct cmm_page_array *) in cmm_alloc_pages()
105 static long cmm_free_pages(long nr, long *counter, struct cmm_page_array **list) in cmm_free_pages()
107 struct cmm_page_array *pa; in cmm_free_pages()
/Linux-v4.19/arch/powerpc/platforms/pseries/
Dcmm.c96 struct cmm_page_array { struct
97 struct cmm_page_array *next; argument
106 static struct cmm_page_array *cmm_page_list; argument
155 struct cmm_page_array *pa, *npa; in cmm_alloc_pages()
182 npa = (struct cmm_page_array *)__get_free_page( in cmm_alloc_pages()
229 struct cmm_page_array *pa; in cmm_free_pages()
508 struct cmm_page_array *pa; in cmm_count_pages()
564 struct cmm_page_array *pa_curr, *pa_last, *npa; in cmm_mem_going_offline()
603 npa = (struct cmm_page_array *)__get_free_page( in cmm_mem_going_offline()