Home
last modified time | relevance | path

Searched refs:cg_read_long_fd (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/cgroup/
H A Dtest_memcontrol.c347 peak = cg_read_long_fd(peak_fd); in test_memcg_current_peak()
359 peak = cg_read_long_fd(peak_fd); in test_memcg_current_peak()
363 peak = cg_read_long_fd(peak_fd4); in test_memcg_current_peak()
1082 if (cg_read_long_fd(swap_peak_fd)) in test_memcg_swap_max_peak()
1091 if (cg_read_long_fd(swap_peak_fd)) in test_memcg_swap_max_peak()
1097 if (cg_read_long_fd(mem_peak_fd)) in test_memcg_swap_max_peak()
1104 if (cg_read_long_fd(mem_peak_fd)) in test_memcg_swap_max_peak()
1137 peak = cg_read_long_fd(mem_peak_fd); in test_memcg_swap_max_peak()
1141 peak = cg_read_long_fd(swap_peak_fd); in test_memcg_swap_max_peak()
1166 peak = cg_read_long_fd(swap_peak_f in test_memcg_swap_max_peak()
[all...]
H A Dcgroup_util.h
H A Dcgroup_util.c
/linux/tools/testing/selftests/cgroup/lib/include/
H A Dcgroup_util.h69 extern long cg_read_long_fd(int fd);
/linux/tools/testing/selftests/cgroup/lib/
H A Dcgroup_util.c162 long cg_read_long_fd(int fd) in cg_read_long_fd() function