Searched refs:try_grab_compound_head (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/mm/ |
D | gup.c | 127 struct page *try_grab_compound_head(struct page *page, in try_grab_compound_head() function 214 return try_grab_compound_head(page, 1, flags); in try_grab_page() 2163 head = try_grab_compound_head(page, 1, flags); in gup_pte_range() 2354 head = try_grab_compound_head(head, refs, flags); in gup_hugepte() 2414 head = try_grab_compound_head(pmd_page(orig), refs, flags); in gup_huge_pmd() 2448 head = try_grab_compound_head(pud_page(orig), refs, flags); in gup_huge_pud() 2477 head = try_grab_compound_head(pgd_page(orig), refs, flags); in gup_huge_pgd()
|
D | hugetlb.c | 5568 if (WARN_ON_ONCE(!try_grab_compound_head(pages[i], in follow_hugetlb_page()
|
/Linux-v5.15/include/linux/ |
D | mm.h | 1218 struct page *try_grab_compound_head(struct page *page, int refs,
|