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

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

Completed in 212 milliseconds