Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Dsrcutree.c35 static ulong exp_holdoff = DEFAULT_SRCU_EXP_HOLDOFF; variable
36 module_param(exp_holdoff, ulong, 0444);
1302 if (exp_holdoff == 0 || in srcu_should_expedite()
1303 time_in_range_open(t, tlast, tlast + exp_holdoff)) in srcu_should_expedite()
2093 if (exp_holdoff != DEFAULT_SRCU_EXP_HOLDOFF) in srcu_bootup_announce()
2094 pr_info("\tNon-default auto-expedite holdoff of %lu ns.\n", exp_holdoff); in srcu_bootup_announce()
/linux/Documentation/RCU/Design/Requirements/
H A DRequirements.rst2670 by the ``srcutree.exp_holdoff`` kernel boot parameter (25 microseconds
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt7205 srcutree.exp_holdoff [KNL]