Searched refs:try_grab_compound_head (Results 1 – 5 of 5) sorted by relevance
/linux/mm/ |
A 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() 2300 head = try_grab_compound_head(page, 1, flags); in gup_pte_range() 2488 head = try_grab_compound_head(head, refs, flags); in gup_hugepte() 2548 head = try_grab_compound_head(pmd_page(orig), refs, flags); in gup_huge_pmd() 2582 head = try_grab_compound_head(pud_page(orig), refs, flags); in gup_huge_pud() 2611 head = try_grab_compound_head(pgd_page(orig), refs, flags); in gup_huge_pgd()
|
A D | hugetlb.c | 6084 if (WARN_ON_ONCE(!try_grab_compound_head(pages[i], in follow_hugetlb_page()
|
/linux/include/linux/ |
A D | mm.h | 1208 struct page *try_grab_compound_head(struct page *page, int refs,
|
/linux/ |
A D | System.map | 6994 ffff8000101c3760 T try_grab_compound_head
|
A D | .tmp_System.map | 6994 ffff8000101c3760 T try_grab_compound_head
|
Completed in 288 milliseconds