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.c344 peak = cg_read_long_fd(peak_fd); in test_memcg_current_peak()
356 peak = cg_read_long_fd(peak_fd); in test_memcg_current_peak()
360 peak = cg_read_long_fd(peak_fd4); in test_memcg_current_peak()
1079 if (cg_read_long_fd(swap_peak_fd)) in test_memcg_swap_max_peak()
1088 if (cg_read_long_fd(swap_peak_fd)) in test_memcg_swap_max_peak()
1094 if (cg_read_long_fd(mem_peak_fd)) in test_memcg_swap_max_peak()
1101 if (cg_read_long_fd(mem_peak_fd)) in test_memcg_swap_max_peak()
1134 peak = cg_read_long_fd(mem_peak_fd); in test_memcg_swap_max_peak()
1138 peak = cg_read_long_fd(swap_peak_fd); in test_memcg_swap_max_peak()
1163 peak = cg_read_long_fd(swap_peak_fd); 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.h65 extern long cg_read_long_fd(int fd);
/linux/tools/testing/selftests/cgroup/lib/
H A Dcgroup_util.c146 long cg_read_long_fd(int fd) in cg_read_long_fd() function