Lines Matching refs:total_mapcount
1601 if (total_mapcount(page) != 1)
2533 int total_mapcount(struct page *page)
2562 * copying them. At the same time this returns the total_mapcount too.
2569 * The total_mapcount is instead counting all virtual mappings of the
2570 * subpages. If the total_mapcount is equal to "one", it tells the
2581 int page_trans_huge_mapcount(struct page *page, int *total_mapcount)
2590 if (total_mapcount)
2591 *total_mapcount = mapcount;
2610 if (total_mapcount)
2611 *total_mapcount = _total_mapcount;
2627 return total_mapcount(page) == page_count(page) - extra_pins - 1;