Searched refs:cmm_page_array (Results 1 – 1 of 1) sorted by relevance
38 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() 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() 127 static long cmm_free_pages(long nr, long *counter, struct cmm_page_array **lis[all...]