Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/vm/
H A Dhugetlb_reparenting_test.sh63 local expected_b_hugetlb=""
67 expected_b_hugetlb="$4"
95 if [[ -z "$expected_b" || -z "$expected_b_hugetlb" ]]; then
113 if [[ $actual_b_hugetlb -lt $(($expected_b_hugetlb - $tolerance)) ]] ||
114 [[ $actual_b_hugetlb -gt $(($expected_b_hugetlb + $tolerance)) ]]; then
116 echo expected b hugetlb = $((${expected_b_hugetlb%% *} / 1024 / 1024)) MB
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Dhugetlb_reparenting_test.sh66 local expected_b_hugetlb=""
70 expected_b_hugetlb="$4"
98 if [[ -z "$expected_b" || -z "$expected_b_hugetlb" ]]; then
116 if [[ $actual_b_hugetlb -lt $(($expected_b_hugetlb - $tolerance)) ]] ||
117 [[ $actual_b_hugetlb -gt $(($expected_b_hugetlb + $tolerance)) ]]; then
119 echo expected b hugetlb = $((${expected_b_hugetlb%% *} / 1024 / 1024)) MB

Completed in 2 milliseconds