Searched refs:check_huge_anon (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | split_huge_page_test.c | 109 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 D | vm_util.h | 42 bool check_huge_anon(void *addr, int nr_hpages, uint64_t hpage_size);
|
H A D | soft-dirty.c | 97 if (check_huge_anon(map, 1, hpage_len)) { in test_hugepage()
|
H A D | vm_util.c | 138 bool check_huge_anon(void *addr, int nr_hpages, uint64_t hpage_size) in check_huge_anon() function
|
H A D | khugepaged.c | 660 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()
|