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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dpage_cgroup.c362 struct page *mappage; local
369 mappage = ctrl->map[idx];
370 sc = page_address(mappage);
397 struct page *mappage; local
404 mappage = ctrl->map[idx];
405 sc = page_address(mappage);
428 struct page *mappage; local
433 mappage = ctrl->map[idx];
434 sc = page_address(mappage);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Dbitmap.c111 unsigned char *mappage; variable
133 mappage = bitmap_alloc_page(bitmap);
136 if (mappage == NULL) {
146 bitmap_free_page(bitmap, mappage);
152 bitmap->bp[page].map = mappage;

Completed in 29 milliseconds