Lines Matching +full:50 +full:m

95 	size_t size = MB(50);  in alloc_anon_50M_check()
126 size_t size = MB(50); in alloc_pagecache_50M_check()
198 if (alloc_pagecache(fd, MB(50))) in alloc_pagecache_50M_noexit()
243 * A memory.min = 0, memory.max = 200M
244 * A/B memory.min = 50M
245 * A/B/C memory.min = 75M, memory.current = 50M
246 * A/B/D memory.min = 25M, memory.current = 50M
247 * A/B/E memory.min = 0, memory.current = 50M
248 * A/B/F memory.min = 500M, memory.current = 0
258 * A/B memory.current ~= 50M
259 * A/B/C memory.current ~= 29M
260 * A/B/D memory.current ~= 21M
263 * (for origin of the numbers, see model in memcg_protection.m.)
309 if (cg_write(parent[0], "memory.max", "200M")) in test_memcg_protection()
339 if (cg_write(parent[1], attribute, "50M")) in test_memcg_protection()
341 if (cg_write(children[0], attribute, "75M")) in test_memcg_protection()
343 if (cg_write(children[1], attribute, "25M")) in test_memcg_protection()
347 if (cg_write(children[3], attribute, "500M")) in test_memcg_protection()
361 if (!values_close(cg_read_long(parent[1], "memory.current"), MB(50), 3)) in test_memcg_protection()
385 if (!values_close(cg_read_long(parent[1], "memory.current"), MB(50), 3)) in test_memcg_protection()
443 size_t size = MB(50); in alloc_pagecache_max_30M()
496 if (cg_write(memcg, "memory.high", "30M")) in test_memcg_high()
562 if (cg_write(memcg, "memory.high", "30M")) in test_memcg_high_sync()
565 if (cg_write(memcg, "memory.max", "140M")) in test_memcg_high_sync()
621 if (cg_write(memcg, "memory.max", "30M")) in test_memcg_max()
681 cg_run_nowait(memcg, alloc_anon_noexit, (void *) MB(50)); in test_memcg_reclaim()
684 expected_usage = MB(50); in test_memcg_reclaim()
705 * Reclaim until current reaches 30M, this makes sure we hit both anon in test_memcg_reclaim()
756 size_t size = MB(50); in alloc_anon_50M_check_swap()
811 if (cg_write(memcg, "memory.swap.max", "30M")) in test_memcg_swap_max()
814 if (cg_write(memcg, "memory.max", "30M")) in test_memcg_swap_max()
860 if (cg_write(memcg, "memory.max", "30M")) in test_memcg_oom_events()
1097 if (cg_write(child, "memory.max", "50M")) in test_memcg_oom_group_leaf_events()
1165 if (cg_write(parent, "memory.max", "80M")) in test_memcg_oom_group_parent_events()
1218 if (cg_write(memcg, "memory.max", "50M")) in test_memcg_oom_group_score_events()