Lines Matching defs:root
27 static int test_memcg_subtree_control(const char *root) in test_memcg_subtree_control()
153 static int test_memcg_current(const char *root) in test_memcg_current()
260 static int test_memcg_min(const char *root) in test_memcg_min()
416 static int test_memcg_low(const char *root) in test_memcg_low()
583 static int test_memcg_high(const char *root) in test_memcg_high()
632 static int test_memcg_max(const char *root) in test_memcg_max()
709 static int test_memcg_swap_max(const char *root) in test_memcg_swap_max()
773 static int test_memcg_oom_events(const char *root) in test_memcg_oom_events()
933 static int test_memcg_sock(const char *root) in test_memcg_sock()
1003 static int test_memcg_oom_group_leaf_events(const char *root) in test_memcg_oom_group_leaf_events()
1065 static int test_memcg_oom_group_parent_events(const char *root) in test_memcg_oom_group_parent_events()
1121 static int test_memcg_oom_group_score_events(const char *root) in test_memcg_oom_group_score_events()
1191 char root[PATH_MAX]; in main() local