Searched refs:extra_pins (Results 1 – 2 of 2) sorted by relevance
826 bool extra_pins) in has_extra_refcount() argument830 if (extra_pins) in has_extra_refcount()987 bool extra_pins = false; in me_swapcache_dirty() local997 extra_pins = true; in me_swapcache_dirty()999 if (has_extra_refcount(ps, p, extra_pins)) in me_swapcache_dirty()
2582 int extra_pins; in can_split_huge_page() local2586 extra_pins = PageSwapCache(page) ? thp_nr_pages(page) : 0; in can_split_huge_page()2588 extra_pins = thp_nr_pages(page); in can_split_huge_page()2590 *pextra_pins = extra_pins; in can_split_huge_page()2591 return total_mapcount(page) == page_count(page) - extra_pins - 1; in can_split_huge_page()2619 int extra_pins, ret; in split_huge_page_to_list() local2674 if (!can_split_huge_page(head, &extra_pins)) { in split_huge_page_to_list()2697 if (page_ref_freeze(head, 1 + extra_pins)) { in split_huge_page_to_list()
Completed in 15 milliseconds