Searched refs:check_huge_file (Results 1 – 4 of 4) sorted by relevance
| /tools/testing/selftests/mm/ |
| A D | vm_util.h | 83 bool check_huge_file(void *addr, int nr_hpages, uint64_t hpage_size);
|
| A D | split_huge_page_test.c | 445 if (!check_huge_file(*addr, fd_size / pmd_pagesize, pmd_pagesize)) { in create_pagecache_thp_and_fd() 495 if (!check_huge_file(addr, 0, pmd_pagesize)) { in split_thp_in_pagecache_to_order_at()
|
| A D | vm_util.c | 256 bool check_huge_file(void *addr, int nr_hpages, uint64_t hpage_size) in check_huge_file() function
|
| A D | khugepaged.c | 429 return check_huge_file(addr, nr_hpages, hpage_pmd_size); in file_check_huge()
|
Completed in 9 milliseconds