Searched refs:try_grab_compound_head (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/mm/ |
D | gup.c | 81 static __maybe_unused struct page *try_grab_compound_head(struct page *page, in try_grab_compound_head() function 2197 head = try_grab_compound_head(page, 1, flags); in gup_pte_range() 2381 head = try_grab_compound_head(head, refs, flags); in gup_hugepte() 2441 head = try_grab_compound_head(pmd_page(orig), refs, flags); in gup_huge_pmd() 2475 head = try_grab_compound_head(pud_page(orig), refs, flags); in gup_huge_pud() 2504 head = try_grab_compound_head(pgd_page(orig), refs, flags); in gup_huge_pgd()
|