Lines Matching +full:50 +full:m

95 	size_t size = MB(50);  in alloc_anon_50M_check()
131 size_t size = MB(50); in alloc_pagecache_50M_check()
194 if (peak < MB(50)) in test_memcg_current_peak()
250 if (peak < MB(50)) in test_memcg_current_peak()
274 if (peak < MB(50)) in test_memcg_current_peak()
279 if (peak < MB(50)) in test_memcg_current_peak()
283 if (peak < MB(50)) in test_memcg_current_peak()
315 if (alloc_pagecache(fd, MB(50))) in alloc_pagecache_50M_noexit()
367 * A memory.min = 0, memory.max = 200M
368 * A/B memory.min = 50M
369 * A/B/C memory.min = 75M, memory.current = 50M
370 * A/B/D memory.min = 25M, memory.current = 50M
371 * A/B/E memory.min = 0, memory.current = 50M
372 * A/B/F memory.min = 500M, memory.current = 0
382 * A/B memory.current ~= 50M
383 * A/B/C memory.current ~= 29M
384 * A/B/D memory.current ~= 21M
387 * (for origin of the numbers, see model in memcg_protection.m.)
395 * usage reaches 10M.
398 * (b) The previously calculated emin value (~29M) should be dismissed.
440 if (cg_write(parent[0], "memory.max", "200M")) in test_memcg_protection()
470 if (cg_write(parent[1], attribute, "50M")) in test_memcg_protection()
472 if (cg_write(children[0], attribute, "75M")) in test_memcg_protection()
474 if (cg_write(children[1], attribute, "25M")) in test_memcg_protection()
478 if (cg_write(children[3], attribute, "500M")) in test_memcg_protection()
492 if (!values_close(cg_read_long(parent[1], "memory.current"), MB(50), 3)) in test_memcg_protection()
516 current = min ? MB(50) : MB(30); in test_memcg_protection()
578 size_t size = MB(50); in alloc_pagecache_max_30M()
631 if (cg_write(memcg, "memory.high", "30M")) in test_memcg_high()
697 if (cg_write(memcg, "memory.high", "30M")) in test_memcg_high_sync()
700 if (cg_write(memcg, "memory.max", "140M")) in test_memcg_high_sync()
756 if (cg_write(memcg, "memory.max", "30M")) in test_memcg_max()
859 cg_run_nowait(memcg, alloc_anon_noexit, (void *) MB(50)); in test_memcg_reclaim()
862 expected_usage = MB(50); in test_memcg_reclaim()
883 * Reclaim until current reaches 30M, this makes sure we hit both anon in test_memcg_reclaim()
901 size_t size = MB(50); in alloc_anon_50M_check_swap()
1022 if (cg_write(memcg, "memory.swap.max", "30M")) in test_memcg_swap_max_peak()
1025 if (cg_write(memcg, "memory.max", "30M")) in test_memcg_swap_max_peak()
1146 if (cg_write(memcg, "memory.max", "30M")) in test_memcg_oom_events()
1386 if (cg_write(child, "memory.max", "50M")) in test_memcg_oom_group_leaf_events()
1454 if (cg_write(parent, "memory.max", "80M")) in test_memcg_oom_group_parent_events()
1507 if (cg_write(memcg, "memory.max", "50M")) in test_memcg_oom_group_score_events()