Searched refs:try_grab_compound_head (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | gup.c | 115 static __maybe_unused struct page *try_grab_compound_head(struct page *page, in try_grab_compound_head() function 2178 head = try_grab_compound_head(page, 1, flags); in gup_pte_range() 2364 head = try_grab_compound_head(head, refs, flags); in gup_hugepte() 2424 head = try_grab_compound_head(pmd_page(orig), refs, flags); in gup_huge_pmd() 2458 head = try_grab_compound_head(pud_page(orig), refs, flags); in gup_huge_pud() 2487 head = try_grab_compound_head(pgd_page(orig), refs, flags); in gup_huge_pgd()
|