Lines Matching full:mb
35 mb=$(($kb / 1024))
36 echo $mb
39 MB=$(get_machine_hugepage_size)
70 echo actual a = $((${actual_a%% *} / 1024 / 1024)) MB
71 echo expected a = $((${expected_a%% *} / 1024 / 1024)) MB
79 actual_a_hugetlb="$(cat "$CGROUP_ROOT"/a/hugetlb.${MB}MB.$usage_file)"
82 echo actual a hugetlb = $((${actual_a_hugetlb%% *} / 1024 / 1024)) MB
83 echo expected a hugetlb = $((${expected_a_hugetlb%% *} / 1024 / 1024)) MB
98 echo actual b = $((${actual_b%% *} / 1024 / 1024)) MB
99 echo expected b = $((${expected_b%% *} / 1024 / 1024)) MB
107 actual_b_hugetlb="$(cat "$CGROUP_ROOT"/a/b/hugetlb.${MB}MB.$usage_file)"
110 echo actual b hugetlb = $((${actual_b_hugetlb%% *} / 1024 / 1024)) MB
111 echo expected b hugetlb = $((${expected_b_hugetlb%% *} / 1024 / 1024)) MB
164 size=$((${MB} * 1024 * 1024 * 25)) # 50MB = 25 * 2MB hugepages.