Lines Matching defs:root
31 static int test_memcg_subtree_control(const char *root) in test_memcg_subtree_control()
161 static int test_memcg_current(const char *root) in test_memcg_current()
270 static int test_memcg_protection(const char *root, bool min) in test_memcg_protection()
431 static int test_memcg_min(const char *root) in test_memcg_min()
436 static int test_memcg_low(const char *root) in test_memcg_low()
477 static int test_memcg_high(const char *root) in test_memcg_high()
540 static int test_memcg_high_sync(const char *root) in test_memcg_high_sync()
602 static int test_memcg_max(const char *root) in test_memcg_max()
652 static int test_memcg_reclaim(const char *root) in test_memcg_reclaim()
784 static int test_memcg_swap_max(const char *root) in test_memcg_swap_max()
848 static int test_memcg_oom_events(const char *root) in test_memcg_oom_events()
1005 static int test_memcg_sock(const char *root) in test_memcg_sock()
1076 static int test_memcg_oom_group_leaf_events(const char *root) in test_memcg_oom_group_leaf_events()
1148 static int test_memcg_oom_group_parent_events(const char *root) in test_memcg_oom_group_parent_events()
1204 static int test_memcg_oom_group_score_events(const char *root) in test_memcg_oom_group_score_events()
1275 char root[PATH_MAX]; in main() local