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.c346 peak = cg_read_long_fd(peak_fd); in test_memcg_current_peak()
358 peak = cg_read_long_fd(peak_fd); in test_memcg_current_peak()
362 peak = cg_read_long_fd(peak_fd4); in test_memcg_current_peak()
1081 if (cg_read_long_fd(swap_peak_fd)) in test_memcg_swap_max_peak()
1090 if (cg_read_long_fd(swap_peak_fd)) in test_memcg_swap_max_peak()
1096 if (cg_read_long_fd(mem_peak_fd)) in test_memcg_swap_max_peak()
1103 if (cg_read_long_fd(mem_peak_fd)) in test_memcg_swap_max_peak()
1136 peak = cg_read_long_fd(mem_peak_fd); in test_memcg_swap_max_peak()
1140 peak = cg_read_long_fd(swap_peak_fd); in test_memcg_swap_max_peak()
1165 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.c161 long cg_read_long_fd(int fd) in cg_read_long_fd() function