Home
last modified time | relevance | path

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

/linux-2.6.39/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-2.6.39/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
123 struct cmm_page_array *pa, *npa; in cmm_alloc_pages()
150 npa = (struct cmm_page_array *)__get_free_page( in cmm_alloc_pages()
197 struct cmm_page_array *pa; in cmm_free_pages()
475 struct cmm_page_array *pa; in cmm_count_pages()
531 struct cmm_page_array *pa_curr, *pa_last, *npa; in cmm_mem_going_offline()
571 npa = (struct cmm_page_array *)__get_free_page( in cmm_mem_going_offline()