Searched refs:use_both_schemes (Results 1 – 1 of 1) sorted by relevance
116 * otherwise the new scheme is used. If that fails and "use_both_schemes"124 static bool use_both_schemes = true; variable 125 module_param(use_both_schemes, bool, S_IRUGO | S_IWUSR);126 MODULE_PARM_DESC(use_both_schemes,2924 * If use_both_schemes is set, use the first scheme (whichever in use_new_scheme() 2928 if (use_both_schemes && retry >= (PORT_INIT_TRIES + 1) / 2) in use_new_scheme()