Lines Matching +full:4 +full:mb
4 # Kselftest framework requirement - SKIP code is 4.
5 ksft_skip=4
44 mb=$(($kb / 1024))
45 echo $mb
48 MB=$(get_machine_hugepage_size)
88 echo "actual = $((${actual%% *} / 1024 / 1024)) MB"
89 echo "expected = $((${expected%% *} / 1024 / 1024)) MB"
104 if [ ! -z ${3:-} ] && [ ! -z ${4:-} ]; then
106 expected_b_hugetlb="$4"
110 assert_with_retry "$CGROUP_ROOT/a/hugetlb.${MB}MB.$usage_file" "$expected_a_hugetlb"
114 assert_with_retry "$CGROUP_ROOT/a/b/hugetlb.${MB}MB.$usage_file" "$expected_b_hugetlb"
163 size=$((${MB} * 1024 * 1024 * 25)) # 50MB = 25 * 2MB hugepages.