Lines Matching defs:root
109 static int test_memcg_subtree_control(const char *root) in test_memcg_subtree_control()
244 static int test_memcg_current_peak(const char *root) in test_memcg_current_peak()
479 static int test_memcg_protection(const char *root, bool min) in test_memcg_protection()
654 static int test_memcg_min(const char *root) in test_memcg_min()
659 static int test_memcg_low(const char *root) in test_memcg_low()
700 static int test_memcg_high(const char *root) in test_memcg_high()
763 static int test_memcg_high_sync(const char *root) in test_memcg_high_sync()
825 static int test_memcg_max(const char *root) in test_memcg_max()
917 static int test_memcg_reclaim(const char *root) in test_memcg_reclaim()
1023 static int test_memcg_swap_max_peak(const char *root) in test_memcg_swap_max_peak()
1222 static int test_memcg_oom_events(const char *root) in test_memcg_oom_events()
1382 static int test_memcg_sock(const char *root) in test_memcg_sock()
1453 static int test_memcg_oom_group_leaf_events(const char *root) in test_memcg_oom_group_leaf_events()
1525 static int test_memcg_oom_group_parent_events(const char *root) in test_memcg_oom_group_parent_events()
1581 static int test_memcg_oom_group_score_events(const char *root) in test_memcg_oom_group_score_events()
1652 char root[PATH_MAX]; in main() local