Home
last modified time | relevance | path

Searched refs:check_huge_anon (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/tools/testing/selftests/mm/
H A Dsplit_huge_page_test.c113 if (!check_huge_anon(one_page, 4, pmd_pagesize)) in verify_rss_anon_split_huge_page_all_zeroes()
128 if (!check_huge_anon(one_page, 0, pmd_pagesize)) in verify_rss_anon_split_huge_page_all_zeroes()
164 if (!check_huge_anon(one_page, 4, pmd_pagesize)) in split_pmd_thp_to_order()
176 if (!check_huge_anon(one_page, 0, pmd_pagesize)) in split_pmd_thp_to_order()
216 if (!check_huge_anon(one_page, 4, pmd_pagesize)) in split_pte_mapped_thp()
H A Dvm_util.h62 bool check_huge_anon(void *addr, int nr_hpages, uint64_t hpage_size);
H A Dsoft-dirty.c97 if (check_huge_anon(map, 1, hpage_len)) { in test_hugepage()
H A Dkhugepaged.c364 return check_huge_anon(addr, nr_hpages, hpage_pmd_size); in anon_check_huge()
627 if (check_huge_anon(p, 1, hpage_pmd_size)) in alloc_at_fault()
636 if (check_huge_anon(p, 0, hpage_pmd_size)) in alloc_at_fault()
H A Dvm_util.c250 bool check_huge_anon(void *addr, int nr_hpages, uint64_t hpage_size) in check_huge_anon() function