• Home
  • Raw
  • Download

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()
203 if (alloc_pagecache(fd, MB(50))) in alloc_pagecache_50M_noexit()
255 * A memory.min = 0, memory.max = 200M
256 * A/B memory.min = 50M
257 * A/B/C memory.min = 75M, memory.current = 50M
258 * A/B/D memory.min = 25M, memory.current = 50M
259 * A/B/E memory.min = 0, memory.current = 50M
260 * A/B/F memory.min = 500M, memory.current = 0
270 * A/B memory.current ~= 50M
271 * A/B/C memory.current ~= 29M
272 * A/B/D memory.current ~= 21M
275 * (for origin of the numbers, see model in memcg_protection.m.)
283 * usage reaches 10M.
286 * (b) The previously calculated emin value (~29M) should be dismissed.
328 if (cg_write(parent[0], "memory.max", "200M")) in test_memcg_protection()
358 if (cg_write(parent[1], attribute, "50M")) in test_memcg_protection()
360 if (cg_write(children[0], attribute, "75M")) in test_memcg_protection()
362 if (cg_write(children[1], attribute, "25M")) in test_memcg_protection()
366 if (cg_write(children[3], attribute, "500M")) in test_memcg_protection()
380 if (!values_close(cg_read_long(parent[1], "memory.current"), MB(50), 3)) in test_memcg_protection()
404 current = min ? MB(50) : MB(30); in test_memcg_protection()
466 size_t size = MB(50); in alloc_pagecache_max_30M()
519 if (cg_write(memcg, "memory.high", "30M")) in test_memcg_high()
585 if (cg_write(memcg, "memory.high", "30M")) in test_memcg_high_sync()
588 if (cg_write(memcg, "memory.max", "140M")) in test_memcg_high_sync()
644 if (cg_write(memcg, "memory.max", "30M")) in test_memcg_max()
745 cg_run_nowait(memcg, alloc_anon_noexit, (void *) MB(50)); in test_memcg_reclaim()
748 expected_usage = MB(50); in test_memcg_reclaim()
769 * Reclaim until current reaches 30M, this makes sure we hit both anon in test_memcg_reclaim()
787 size_t size = MB(50); in alloc_anon_50M_check_swap()
847 if (cg_write(memcg, "memory.swap.max", "30M")) in test_memcg_swap_max()
850 if (cg_write(memcg, "memory.max", "30M")) in test_memcg_swap_max()
896 if (cg_write(memcg, "memory.max", "30M")) in test_memcg_oom_events()
1136 if (cg_write(child, "memory.max", "50M")) in test_memcg_oom_group_leaf_events()
1204 if (cg_write(parent, "memory.max", "80M")) in test_memcg_oom_group_parent_events()
1257 if (cg_write(memcg, "memory.max", "50M")) in test_memcg_oom_group_score_events()