Searched refs:check_huge_anon (Results 1 – 5 of 5) sorted by relevance
| /tools/testing/selftests/mm/ |
| A D | split_huge_page_test.c | 114 if (!check_huge_anon(one_page, 4, pmd_pagesize)) in verify_rss_anon_split_huge_page_all_zeroes() 129 if (!check_huge_anon(one_page, 0, pmd_pagesize)) in verify_rss_anon_split_huge_page_all_zeroes() 165 if (!check_huge_anon(one_page, 4, pmd_pagesize)) in split_pmd_thp_to_order() 177 if (!check_huge_anon(one_page, 0, pmd_pagesize)) in split_pmd_thp_to_order() 217 if (!check_huge_anon(one_page, 4, pmd_pagesize)) in split_pte_mapped_thp()
|
| A D | vm_util.h | 82 bool check_huge_anon(void *addr, int nr_hpages, uint64_t hpage_size);
|
| A D | soft-dirty.c | 104 if (check_huge_anon(map, 1, hpage_len)) { in test_hugepage()
|
| A D | khugepaged.c | 364 return check_huge_anon(addr, nr_hpages, hpage_pmd_size); in anon_check_huge() 625 if (check_huge_anon(p, 1, hpage_pmd_size)) in alloc_at_fault() 634 if (check_huge_anon(p, 0, hpage_pmd_size)) in alloc_at_fault()
|
| A D | vm_util.c | 251 bool check_huge_anon(void *addr, int nr_hpages, uint64_t hpage_size) in check_huge_anon() function
|
Completed in 16 milliseconds