Searched refs:exp_holdoff (Results 1 – 2 of 2) sorted by relevance
36 static ulong exp_holdoff = DEFAULT_SRCU_EXP_HOLDOFF; variable37 module_param(exp_holdoff, ulong, 0444);1280 if (exp_holdoff == 0 || in srcu_should_expedite()1281 time_in_range_open(t, tlast, tlast + exp_holdoff)) in srcu_should_expedite()2088 if (exp_holdoff != DEFAULT_SRCU_EXP_HOLDOFF) in srcu_bootup_announce()2089 pr_info("\tNon-default auto-expedite holdoff of %lu ns.\n", exp_holdoff); in srcu_bootup_announce()
7332 srcutree.exp_holdoff [KNL]