Searched refs:__param (Results 1 – 4 of 4) sorted by relevance
/lib/ |
D | interval_tree_test.c | 9 #define __param(type, name, init, msg) \ macro 14 __param(int, nnodes, 100, "Number of nodes in the interval tree"); 15 __param(int, perf_loops, 1000, "Number of iterations modifying the tree"); 17 __param(int, nsearches, 100, "Number of searches to the interval tree"); 18 __param(int, search_loops, 1000, "Number of iterations searching the tree"); 19 __param(bool, search_all, false, "Searches will iterate all nodes in the tree"); 21 __param(uint, max_endpoint, ~0, "Largest value for the interval's endpoint");
|
D | test_vmalloc.c | 19 #define __param(type, name, init, msg) \ macro 24 __param(bool, single_cpu_test, false, 27 __param(bool, sequential_test_order, false, 30 __param(int, test_repeat_count, 1, 33 __param(int, test_loop_count, 1000000, 36 __param(int, run_test_mask, INT_MAX,
|
D | rbtree_test.c | 9 #define __param(type, name, init, msg) \ macro 14 __param(int, nnodes, 100, "Number of nodes in the rb-tree"); 15 __param(int, perf_loops, 1000, "Number of iterations modifying the rb-tree"); 16 __param(int, check_loops, 100, "Number of iterations modifying and verifying the rb-tree");
|
/lib/reed_solomon/ |
D | test_rslib.c | 27 #define __param(type, name, init, msg) \ macro 32 __param(int, v, V_PROGRESS, "Verbosity level"); 33 __param(int, ewsc, 1, "Erasures without symbol corruption"); 34 __param(int, bc, 1, "Test for correct behaviour beyond error correction capacity");
|