Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/mm/
Dcmm.c38 struct cmm_page_array { struct
39 struct cmm_page_array *next; argument
52 static struct cmm_page_array *cmm_page_list; argument
53 static struct cmm_page_array *cmm_timed_page_list;
64 struct cmm_page_array **list) in cmm_alloc_pages()
66 struct cmm_page_array *pa, *npa; in cmm_alloc_pages()
78 npa = (struct cmm_page_array *) in cmm_alloc_pages()
103 static long cmm_free_pages(long nr, long *counter, struct cmm_page_array **list) in cmm_free_pages()
105 struct cmm_page_array *pa; in cmm_free_pages()
/linux-4.4.14/arch/powerpc/platforms/pseries/
Dcmm.c94 struct cmm_page_array { struct
95 struct cmm_page_array *next; argument
104 static struct cmm_page_array *cmm_page_list; argument
121 struct cmm_page_array *pa, *npa; in cmm_alloc_pages()
148 npa = (struct cmm_page_array *)__get_free_page( in cmm_alloc_pages()
195 struct cmm_page_array *pa; in cmm_free_pages()
474 struct cmm_page_array *pa; in cmm_count_pages()
530 struct cmm_page_array *pa_curr, *pa_last, *npa; in cmm_mem_going_offline()
569 npa = (struct cmm_page_array *)__get_free_page( in cmm_mem_going_offline()