Searched refs:__param (Results 1 – 3 of 3) sorted by relevance
/linux/lib/ |
H A D | test_vmalloc.c | 21 #define __param(type, name, init, msg) \ macro 26 __param(int, nr_threads, 0, 29 __param(bool, sequential_test_order, false, 32 __param(int, test_repeat_count, 1, 35 __param(int, test_loop_count, 1000000, 38 __param(int, nr_pages, 0, 41 __param(bool, use_huge, false, 44 __param(int, run_test_mask, INT_MAX,
|
/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");
|
/linux/include/asm-generic/ |
H A D | vmlinux.lds.h | 528 __param : AT(ADDR(__param) - LOAD_OFFSET) { \ 529 BOUNDED_SECTION_BY(__param, ___param) \
|