Home
last modified time | relevance | path

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

/Linux-v4.19/lib/
Dinterval_tree_test.c8 #define __param(type, name, init, msg) \ macro
13 __param(int, nnodes, 100, "Number of nodes in the interval tree");
14 __param(int, perf_loops, 1000, "Number of iterations modifying the tree");
16 __param(int, nsearches, 100, "Number of searches to the interval tree");
17 __param(int, search_loops, 1000, "Number of iterations searching the tree");
18 __param(bool, search_all, false, "Searches will iterate all nodes in the tree");
20 __param(uint, max_endpoint, ~0, "Largest value for the interval's endpoint");
Drbtree_test.c8 #define __param(type, name, init, msg) \ macro
13 __param(int, nnodes, 100, "Number of nodes in the rb-tree");
14 __param(int, perf_loops, 1000, "Number of iterations modifying the rb-tree");
15 __param(int, check_loops, 100, "Number of iterations modifying and verifying the rb-tree");
/Linux-v4.19/include/asm-generic/
Dvmlinux.lds.h455 __param : AT(ADDR(__param) - LOAD_OFFSET) { \
457 KEEP(*(__param)) \