[RAMEN9610-21500]ALSA: timer: Fix incorrectly assigned timer instance
[GitHub/MotorolaMobilityLLC/kernel-slsi.git] / lib / rbtree_test.c
index 191a238e5a9d73e67ee763371cf3f9a4a3865792..7d36c1e27ff6550de3f921bd865029b2b56487f7 100644 (file)
@@ -11,7 +11,7 @@
        MODULE_PARM_DESC(name, msg);
 
 __param(int, nnodes, 100, "Number of nodes in the rb-tree");
-__param(int, perf_loops, 100000, "Number of iterations modifying the rb-tree");
+__param(int, perf_loops, 1000, "Number of iterations modifying the rb-tree");
 __param(int, check_loops, 100, "Number of iterations modifying and verifying the rb-tree");
 
 struct test_node {