Searched refs:check_huge_file (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/mm/ |
| H A D | vm_util.h | 94 bool check_huge_file(void *addr, size_t len, int nr_hpages, uint64_t hpage_size);
|
| H A D | split_huge_page_test.c | 537 if (!check_huge_file(*addr, fd_size, fd_size / pmd_pagesize, pmd_pagesize)) { in create_pagecache_thp_and_fd() 615 if (!check_huge_file(addr, fd_size, 0, pmd_pagesize)) { in split_thp_in_pagecache_to_order_at()
|
| H A D | vm_util.c | 426 bool check_huge_file(void *addr, size_t len, int nr_hpages, uint64_t hpage_size) in check_huge_file() function
|
| H A D | khugepaged.c | 425 return check_huge_file(addr, len, nr_hpages, hpage_size); in file_check_huge()
|