Lines Matching refs:cg_read_long
100 current = cg_read_long(cgroup, "memory.current"); in alloc_anon_50M_check()
134 current = cg_read_long(cgroup, "memory.current"); in alloc_pagecache_50M_check()
170 current = cg_read_long(memcg, "memory.current"); in test_memcg_current()
292 if (cg_read_long(parent[0], "memory.min")) { in test_memcg_min()
344 while (!values_close(cg_read_long(parent[1], "memory.current"), in test_memcg_min()
354 if (!values_close(cg_read_long(parent[1], "memory.current"), MB(50), 3)) in test_memcg_min()
358 c[i] = cg_read_long(children[i], "memory.current"); in test_memcg_min()
372 if (!values_close(cg_read_long(parent[1], "memory.current"), MB(50), 3)) in test_memcg_min()
449 if (cg_read_long(parent[0], "memory.low")) in test_memcg_low()
501 if (!values_close(cg_read_long(parent[1], "memory.current"), MB(50), 3)) in test_memcg_low()
505 c[i] = cg_read_long(children[i], "memory.current"); in test_memcg_low()
570 current = cg_read_long(cgroup, "memory.current"); in alloc_pagecache_max_30M()
665 current = cg_read_long(memcg, "memory.current"); in test_memcg_max()
694 mem_current = cg_read_long(cgroup, "memory.current"); in alloc_anon_50M_check_swap()
698 swap_current = cg_read_long(cgroup, "memory.swap.current"); in alloc_anon_50M_check_swap()
729 if (cg_read_long(memcg, "memory.swap.current")) { in test_memcg_swap_max()
907 current = cg_read_long(cgroup, "memory.current"); in tcp_client()
987 if (cg_read_long(memcg, "memory.current") < 0) in test_memcg_sock()