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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/mm/
H A Dcmm.c35 struct cmm_page_array { struct
36 struct cmm_page_array *next;
49 static struct cmm_page_array *cmm_page_list;
50 static struct cmm_page_array *cmm_timed_page_list;
61 struct cmm_page_array **list)
63 struct cmm_page_array *pa, *npa;
75 npa = (struct cmm_page_array *)
100 static long cmm_free_pages(long nr, long *counter, struct cmm_page_array **list)
102 struct cmm_page_array *pa;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Dcmm.c96 struct cmm_page_array { struct
97 struct cmm_page_array *next;
106 static struct cmm_page_array *cmm_page_list;
123 struct cmm_page_array *pa, *npa;
150 npa = (struct cmm_page_array *)__get_free_page(
197 struct cmm_page_array *pa;
475 struct cmm_page_array *pa;
536 struct cmm_page_array *pa_curr, *pa_last, *npa;
576 npa = (struct cmm_page_array *)__get_free_page(

Completed in 165 milliseconds