Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/mm/
H A Dcmm.c38 struct cmm_page_array { struct
39 struct cmm_page_array *next; argument
51 static struct cmm_page_array *cmm_page_list; argument
52 static struct cmm_page_array *cmm_timed_page_list;
63 struct cmm_page_array **list) in cmm_alloc_pages()
65 struct cmm_page_array *pa, *npa; in cmm_alloc_pages()
77 npa = (struct cmm_page_array *) in cmm_alloc_pages()
102 static long cmm_free_pages(long nr, long *counter, struct cmm_page_array **list) in cmm_free_pages()
104 struct cmm_page_array *pa; in cmm_free_pages()