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_peak(const char *root) in test_memcg_current_peak()
400 static int test_memcg_protection(const char *root, bool min) in test_memcg_protection()
566 static int test_memcg_min(const char *root) in test_memcg_min()
571 static int test_memcg_low(const char *root) in test_memcg_low()
612 static int test_memcg_high(const char *root) in test_memcg_high()
675 static int test_memcg_high_sync(const char *root) in test_memcg_high_sync()
737 static int test_memcg_max(const char *root) in test_memcg_max()
829 static int test_memcg_reclaim(const char *root) in test_memcg_reclaim()
935 static int test_memcg_swap_max_peak(const char *root) in test_memcg_swap_max_peak()
1134 static int test_memcg_oom_events(const char *root) in test_memcg_oom_events()
1294 static int test_memcg_sock(const char *root) in test_memcg_sock()
1365 static int test_memcg_oom_group_leaf_events(const char *root) in test_memcg_oom_group_leaf_events()
1437 static int test_memcg_oom_group_parent_events(const char *root) in test_memcg_oom_group_parent_events()
1493 static int test_memcg_oom_group_score_events(const char *root) in test_memcg_oom_group_score_events()
1564 char root[PATH_MAX]; in main() local