Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/mm/
H A Dsplit_huge_page_test.c109 if (!check_huge_anon(one_page, 4, pmd_pagesize)) { in split_pmd_thp()
125 if (!check_huge_anon(one_page, 0, pmd_pagesize)) { in split_pmd_thp()
172 if (!check_huge_anon(one_page, 4, pmd_pagesize)) { in split_pte_mapped_thp()
H A Dvm_util.h42 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 Dvm_util.c138 bool check_huge_anon(void *addr, int nr_hpages, uint64_t hpage_size) in check_huge_anon() function
H A Dkhugepaged.c660 return check_huge_anon(addr, nr_hpages, hpage_pmd_size); in anon_check_huge()
918 if (check_huge_anon(p, 1, hpage_pmd_size)) in alloc_at_fault()
927 if (check_huge_anon(p, 0, hpage_pmd_size)) in alloc_at_fault()