Searched refs:__param (Results 1 – 2 of 2) sorted by relevance
| /linux/lib/ |
| H A 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"); 17 __param(ullong, seed, 3141592653589793238ULL, "Random seed");
|
| /linux/lib/reed_solomon/ |
| H A 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");
|