| H A D | uffd-wp-mremap.c | 74 static void *alloc_one_folio(size_t size, bool private, bool hugetlb) in alloc_one_folio() 76 bool thp = !hugetlb && size > pagesize; in alloc_one_folio() 104 if (hugetlb) { in alloc_one_folio() 167 bool swapout, bool hugetlb) in test_one_folio() 174 assert(!(hugetlb && swapout)); in test_one_folio() 176 ksft_print_msg("[RUN] %s(size=%zu, private=%s, swapout=%s, hugetlb=%s)\n", in test_one_folio() 181 hugetlb ? "true" : "false"); in test_one_folio() 184 mem = alloc_one_folio(size, private, hugetlb); in test_one_folio() 243 ksft_test_result_pass("%s(size=%zu, private=%s, swapout=%s, hugetlb=%s)\n", in test_one_folio() 248 hugetlb 63 alloc_one_folio(size_t size,bool private,bool hugetlb) alloc_one_folio() argument 156 test_one_folio(uffd_global_test_opts_t * gopts,size_t size,bool private,bool swapout,bool hugetlb) test_one_folio() argument 252 bool hugetlb; global() member [all...] |