Home
last modified time | relevance | path

Searched refs:check_huge_file (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/testing/selftests/mm/
H A Dvm_util.h43 bool check_huge_file(void *addr, int nr_hpages, uint64_t hpage_size);
H A Dvm_util.c143 bool check_huge_file(void *addr, int nr_hpages, uint64_t hpage_size) in check_huge_file() function
H A Dkhugepaged.c725 return check_huge_file(addr, nr_hpages, hpage_pmd_size); in file_check_huge()