Lines Matching +full:8 +full:mb
15 /* mapping 8 MBs == 4 hugepages */
16 #define LENGTH (8UL*1024*1024)
105 if (current - old_current >= MB(2)) {
118 if (current - old_current >= MB(2)) {
127 expected_current = old_current + MB(2);
130 ksft_print_msg("memory usage should increase by around 2MB.\n");
140 expected_current = old_current + MB(8);
142 ksft_print_msg("memory usage should increase by around 8MB.\n");
212 ksft_print_msg("test_hugetlb_memcg requires 2MB hugepages\n");