Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/vm/
Dsplit_huge_page_test.c109 if (!check_huge_anon(one_page, 1, 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, 1, pmd_pagesize)) { in split_pte_mapped_thp()
Dvm_util.h10 bool check_huge_anon(void *addr, int nr_hpages, uint64_t hpage_size);
Dvm_util.c113 bool check_huge_anon(void *addr, int nr_hpages, uint64_t hpage_size) in check_huge_anon() function
Dsoft-dirty.c94 if (check_huge_anon(map, 1, hpage_len)) { in test_hugepage()
Dkhugepaged.c669 return check_huge_anon(addr, nr_hpages, hpage_pmd_size); in anon_check_huge()
927 if (check_huge_anon(p, 1, hpage_pmd_size)) in alloc_at_fault()
936 if (check_huge_anon(p, 0, hpage_pmd_size)) in alloc_at_fault()