Home
last modified time | relevance | path

Searched refs:__param (Results 1 – 4 of 4) sorted by relevance

/lib/
Dinterval_tree_test.c9 #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");
Dtest_vmalloc.c19 #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,
Drbtree_test.c9 #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/
Dtest_rslib.c27 #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");