Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mm/
H A Dsplit_huge_page_test.c176 if (!check_huge_anon(one_page, nr_hpages * pmd_pagesize, nr_hpages, pmd_pagesize)) in verify_rss_anon_split_huge_page_all_zeroes()
191 if (!check_huge_anon(one_page, nr_hpages * pmd_pagesize, 0, pmd_pagesize)) in verify_rss_anon_split_huge_page_all_zeroes()
227 if (!check_huge_anon(one_page, 4 * pmd_pagesize, 4, pmd_pagesize)) in split_pmd_thp_to_order()
246 if (!check_huge_anon(one_page, 4 * pmd_pagesize, 0, pmd_pagesize)) in split_pmd_thp_to_order()
273 if (!check_huge_anon(thp_area, nr_thps * pmd_pagesize, nr_thps, pmd_pagesize)) { in split_pte_mapped_thp()
H A Dvm_util.h93 bool check_huge_anon(void *addr, size_t len, int nr_hpages, uint64_t hpage_size);
H A Dprctl_thp_disable.c70 ret = check_huge_anon(mem, pmdsize, 1, pmdsize); in test_mmap_thp()
H A Dsoft-dirty.c106 if (check_huge_anon(map, hpage_len, 1, hpage_len)) { in test_hugepage()
H A Dkhugepaged.c320 return check_huge_anon(addr, len, nr_hpages, hpage_size); in anon_check_huge()
697 if (check_huge_anon(p, hpage_pmd_size, 1, hpage_pmd_size)) in alloc_at_fault()
706 if (check_huge_anon(p, hpage_pmd_size, 0, hpage_pmd_size)) in alloc_at_fault()
H A Dvm_util.c413 bool check_huge_anon(void *addr, size_t len, int nr_hpages, uint64_t hpage_size) in check_huge_anon() function
H A Dpagemap_ioctl.c1088 !check_huge_anon(mem, size, size / hpage_size, hpage_size))) { in unpopulated_written_test()