Searched refs:check_huge_anon (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/mm/ |
| H A D | split_huge_page_test.c | 176 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 D | vm_util.h | 93 bool check_huge_anon(void *addr, size_t len, int nr_hpages, uint64_t hpage_size);
|
| H A D | prctl_thp_disable.c | 70 ret = check_huge_anon(mem, pmdsize, 1, pmdsize); in test_mmap_thp()
|
| H A D | soft-dirty.c | 106 if (check_huge_anon(map, hpage_len, 1, hpage_len)) { in test_hugepage()
|
| H A D | khugepaged.c | 320 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 D | vm_util.c | 413 bool check_huge_anon(void *addr, size_t len, int nr_hpages, uint64_t hpage_size) in check_huge_anon() function
|
| H A D | pagemap_ioctl.c | 1088 !check_huge_anon(mem, size, size / hpage_size, hpage_size))) { in unpopulated_written_test()
|