Lines Matching defs:check_huge
47 bool (*check_huge)(void *addr, int nr_hpages);
618 if (!ops->check_huge(p, 1)) {
772 .check_huge = &anon_check_huge,
780 .check_huge = &file_check_huge,
788 .check_huge = &shmem_check_huge,
813 else if (!ops->check_huge(p, expect ? nr_hpages : 0))
814 fail("Fail: check_huge()");
825 if (!ops->check_huge(p, 0)) {
840 if (!ops->check_huge(p, 0)) {
852 if (ops->check_huge(p, nr_hpages))
884 if (ops->check_huge(p, expect ? nr_hpages : 0))
1092 if (ops->check_huge(p, 0))
1112 if (ops->check_huge(p, 0))
1135 if (!ops->check_huge(BASE_ADDR, 1)) {
1164 if (!ops->check_huge(p, 1))
1185 if (ops->check_huge(p, 0))
1196 if (ops->check_huge(p, 0))
1214 if (ops->check_huge(p, 0))
1234 if (ops->check_huge(p, 1))
1242 if (ops->check_huge(p, 0))
1263 if (ops->check_huge(p, 1))
1284 if (ops->check_huge(p, 1))
1292 if (ops->check_huge(p, 0))
1305 if (ops->check_huge(p, 0))
1323 if (ops->check_huge(p, 1))