Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/mm/
Dhugetlb_reparenting_test.sh67 local expected_b_hugetlb=""
71 expected_b_hugetlb="$4"
99 if [[ -z "$expected_b" || -z "$expected_b_hugetlb" ]]; then
117 if [[ $actual_b_hugetlb -lt $(($expected_b_hugetlb - $tolerance)) ]] ||
118 [[ $actual_b_hugetlb -gt $(($expected_b_hugetlb + $tolerance)) ]]; then
120 echo expected b hugetlb = $((${expected_b_hugetlb%% *} / 1024 / 1024)) MB