Searched refs:expected_b (Results 1 – 1 of 1) sorted by relevance
57 local expected_b=""61 expected_b="$3"90 if [[ -z "$expected_b" || -z "$expected_b_hugetlb" ]]; then96 if [[ $actual_b -lt $(($expected_b - $tolerance)) ]] ||97 [[ $actual_b -gt $(($expected_b + $tolerance)) ]]; then99 echo expected b = $((${expected_b%% *} / 1024 / 1024)) MB