Searched refs:cg_open (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/cgroup/ |
| H A D | cgroup_util.h | |
| H A D | test_memcontrol.c | 280 peak_fd = cg_open(memcg, "memory.peak", O_RDWR | O_APPEND | O_CLOEXEC); in test_memcg_current_peak() 301 peak_fd2 = cg_open(memcg, "memory.peak", O_RDWR | O_APPEND | O_CLOEXEC); in test_memcg_current_peak() 306 peak_fd3 = cg_open(memcg, "memory.peak", O_RDWR | O_APPEND | O_CLOEXEC); in test_memcg_current_peak() 335 peak_fd4 = cg_open(memcg, "memory.peak", O_RDWR | O_APPEND | O_CLOEXEC); in test_memcg_current_peak() 1049 swap_peak_fd = cg_open(memcg, "memory.swap.peak", in test_memcg_swap_max_peak() 1071 mem_peak_fd = cg_open(memcg, "memory.peak", O_RDWR | O_APPEND | O_CLOEXEC); in test_memcg_swap_max_peak()
|
| H A D | cgroup_util.c | |
| /linux/tools/testing/selftests/cgroup/lib/include/ |
| H A D | cgroup_util.h | 69 extern int cg_open(const char *cgroup, const char *control, int flags);
|
| /linux/tools/testing/selftests/cgroup/lib/ |
| H A D | cgroup_util.c | 202 int cg_open(const char *cgroup, const char *control, int flags) in cg_open() function
|