Searched refs:convert_to_big (Results 1 – 1 of 1) sorted by relevance
56 #define SRCU_SIZING_IS(x) ((convert_to_big & ~SRCU_SIZING_CONTEND) == x)60 #define SRCU_SIZING_IS_CONTEND() (convert_to_big & SRCU_SIZING_CONTEND)61 static int convert_to_big = SRCU_SIZING_AUTO; variable62 module_param(convert_to_big, int, 0444);2106 convert_to_big = SRCU_SIZING_INIT; // Don't bother waiting for contention. in srcu_init()2109 convert_to_big = SRCU_SIZING_NONE | SRCU_SIZING_CONTEND; in srcu_init()