Lines Matching +full:50 +full:a
95 size_t size = MB(50); in alloc_anon_50M_check()
126 size_t size = MB(50); in alloc_pagecache_50M_check()
157 * This test create a memory cgroup, allocates
198 if (alloc_pagecache(fd, MB(50))) in alloc_pagecache_50M_noexit()
226 * If we exceed a timeout, fail.
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
252 * Usages are pagecache and the test keeps a running
254 * Then it creates A/G and creates a significant
255 * memory pressure in A.
258 * A/B memory.current ~= 50M
259 * A/B/C memory.current ~= 29M
260 * A/B/D memory.current ~= 21M
261 * A/B/E memory.current ~= 0
262 * A/B/F memory.current = 0
266 * unprotected memory in A available, and checks that:
267 * a) memory.min protects pagecache even in this case,
339 if (cg_write(parent[1], attribute, "50M")) 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()
681 cg_run_nowait(memcg, alloc_anon_noexit, (void *) MB(50)); in test_memcg_reclaim()
684 expected_usage = MB(50); in test_memcg_reclaim()
756 size_t size = MB(50); in alloc_anon_50M_check_swap()
999 * The test forks a TCP server listens on a random port between 1000
1000 * and 61000. Once it gets a client connection, it starts writing to
1097 if (cg_write(child, "memory.max", "50M")) in test_memcg_oom_group_leaf_events()
1218 if (cg_write(memcg, "memory.max", "50M")) in test_memcg_oom_group_score_events()