Lines Matching defs:root
31 static int test_memcg_subtree_control(const char *root) in test_memcg_subtree_control()
166 static int test_memcg_current(const char *root) in test_memcg_current()
288 static int test_memcg_protection(const char *root, bool min) in test_memcg_protection()
454 static int test_memcg_min(const char *root) in test_memcg_min()
459 static int test_memcg_low(const char *root) in test_memcg_low()
500 static int test_memcg_high(const char *root) in test_memcg_high()
563 static int test_memcg_high_sync(const char *root) in test_memcg_high_sync()
625 static int test_memcg_max(const char *root) in test_memcg_max()
717 static int test_memcg_reclaim(const char *root) in test_memcg_reclaim()
820 static int test_memcg_swap_max(const char *root) in test_memcg_swap_max()
884 static int test_memcg_oom_events(const char *root) in test_memcg_oom_events()
1044 static int test_memcg_sock(const char *root) in test_memcg_sock()
1115 static int test_memcg_oom_group_leaf_events(const char *root) in test_memcg_oom_group_leaf_events()
1187 static int test_memcg_oom_group_parent_events(const char *root) in test_memcg_oom_group_parent_events()
1243 static int test_memcg_oom_group_score_events(const char *root) in test_memcg_oom_group_score_events()
1314 char root[PATH_MAX]; in main() local