Searched refs:expected_b (Results 1 – 1 of 1) sorted by relevance
66 local expected_b=""70 expected_b="$3"99 if [[ -z "$expected_b" || -z "$expected_b_hugetlb" ]]; then105 if [[ $actual_b -lt $(($expected_b - $tolerance)) ]] ||106 [[ $actual_b -gt $(($expected_b + $tolerance)) ]]; then108 echo expected b = $((${expected_b%% *} / 1024 / 1024)) MB