Searched refs:try_grab_compound_head (Results 1 – 2 of 2) sorted by relevance
/mm/ |
D | gup.c | 127 __maybe_unused struct page *try_grab_compound_head(struct page *page, in try_grab_compound_head() function 2338 head = try_grab_compound_head(page, 1, flags); in gup_pte_range() 2531 head = try_grab_compound_head(head, refs, flags); in gup_hugepte() 2591 head = try_grab_compound_head(pmd_page(orig), refs, flags); in gup_huge_pmd() 2625 head = try_grab_compound_head(pud_page(orig), refs, flags); in gup_huge_pud() 2654 head = try_grab_compound_head(pgd_page(orig), refs, flags); in gup_huge_pgd()
|
D | hugetlb.c | 5606 if (WARN_ON_ONCE(!try_grab_compound_head(pages[i], in follow_hugetlb_page()
|