Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/cgroup/
H A Dtest_memcontrol.c266 peak = cg_read_long_fd(peak_fd); in test_memcg_current_peak()
278 peak = cg_read_long_fd(peak_fd); in test_memcg_current_peak()
282 peak = cg_read_long_fd(peak_fd4); in test_memcg_current_peak()
991 if (cg_read_long_fd(swap_peak_fd)) in test_memcg_swap_max_peak()
1000 if (cg_read_long_fd(swap_peak_fd)) in test_memcg_swap_max_peak()
1006 if (cg_read_long_fd(mem_peak_fd)) in test_memcg_swap_max_peak()
1013 if (cg_read_long_fd(mem_peak_fd)) in test_memcg_swap_max_peak()
1046 peak = cg_read_long_fd(mem_peak_fd); in test_memcg_swap_max_peak()
1050 peak = cg_read_long_fd(swap_peak_fd); in test_memcg_swap_max_peak()
1075 peak = cg_read_long_fd(swap_peak_fd); in test_memcg_swap_max_peak()
[all …]
H A Dcgroup_util.h37 extern long cg_read_long_fd(int fd);
H A Dcgroup_util.c144 long cg_read_long_fd(int fd) in cg_read_long_fd() function