Searched refs:check_huge (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | khugepaged.c | 1092 if (ops->check_huge(p, 0)) in collapse_single_pte_entry_compound() 1112 if (ops->check_huge(p, 0)) in collapse_full_of_compound() 1164 if (!ops->check_huge(p, 1)) in collapse_compound_extreme() 1185 if (ops->check_huge(p, 0)) in collapse_fork() 1196 if (ops->check_huge(p, 0)) in collapse_fork() 1214 if (ops->check_huge(p, 0)) in collapse_fork() 1234 if (ops->check_huge(p, 1)) in collapse_fork_compound() 1242 if (ops->check_huge(p, 0)) in collapse_fork_compound() 1263 if (ops->check_huge(p, 1)) in collapse_fork_compound() 1284 if (ops->check_huge(p, 1)) in collapse_max_ptes_shared() [all …]
|