Lines Matching refs:MB
42 MB=$(get_machine_hugepage_size)
73 echo actual a = $((${actual_a%% *} / 1024 / 1024)) MB
74 echo expected a = $((${expected_a%% *} / 1024 / 1024)) MB
82 actual_a_hugetlb="$(cat "$CGROUP_ROOT"/a/hugetlb.${MB}MB.$usage_file)"
85 echo actual a hugetlb = $((${actual_a_hugetlb%% *} / 1024 / 1024)) MB
86 echo expected a hugetlb = $((${expected_a_hugetlb%% *} / 1024 / 1024)) MB
101 echo actual b = $((${actual_b%% *} / 1024 / 1024)) MB
102 echo expected b = $((${expected_b%% *} / 1024 / 1024)) MB
110 actual_b_hugetlb="$(cat "$CGROUP_ROOT"/a/b/hugetlb.${MB}MB.$usage_file)"
113 echo actual b hugetlb = $((${actual_b_hugetlb%% *} / 1024 / 1024)) MB
114 echo expected b hugetlb = $((${expected_b_hugetlb%% *} / 1024 / 1024)) MB
167 size=$((${MB} * 1024 * 1024 * 25)) # 50MB = 25 * 2MB hugepages.