Searched refs:try_grab_compound_head (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | gup.c | 95 * try_grab_compound_head() - attempt to elevate a page's refcount, by a 113 static __maybe_unused struct page *try_grab_compound_head(struct page *page, in try_grab_compound_head() function 217 * Similar to try_grab_compound_head(): even if using the in try_grab_page() 2200 head = try_grab_compound_head(page, 1, flags); in gup_pte_range() 2386 head = try_grab_compound_head(head, refs, flags); in gup_hugepte() 2446 head = try_grab_compound_head(pmd_page(orig), refs, flags); in gup_huge_pmd() 2480 head = try_grab_compound_head(pud_page(orig), refs, flags); in gup_huge_pud() 2509 head = try_grab_compound_head(pgd_page(orig), refs, flags); in gup_huge_pgd()
|
Completed in 4 milliseconds