Searched refs:expected_b (Results 1 – 1 of 1) sorted by relevance
65 local expected_b=""69 expected_b="$3"98 if [[ -z "$expected_b" || -z "$expected_b_hugetlb" ]]; then104 if [[ $actual_b -lt $(($expected_b - $tolerance)) ]] ||105 [[ $actual_b -gt $(($expected_b + $tolerance)) ]]; then107 echo expected b = $((${expected_b%% *} / 1024 / 1024)) MB