Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/rcu/
A Dsrcutree.c35 static ulong exp_holdoff = DEFAULT_SRCU_EXP_HOLDOFF; variable
36 module_param(exp_holdoff, ulong, 0444);
1158 if (exp_holdoff == 0 || in srcu_might_be_idle()
1159 time_in_range_open(t, tlast, tlast + exp_holdoff)) in srcu_might_be_idle()
1828 if (exp_holdoff != DEFAULT_SRCU_EXP_HOLDOFF) in srcu_bootup_announce()
1829 pr_info("\tNon-default auto-expedite holdoff of %lu ns.\n", exp_holdoff); in srcu_bootup_announce()
/linux-6.3-rc2/Documentation/RCU/Design/Requirements/
A DRequirements.rst2578 by the ``srcutree.exp_holdoff`` kernel boot parameter (25 microseconds
/linux-6.3-rc2/Documentation/admin-guide/
A Dkernel-parameters.txt5950 srcutree.exp_holdoff [KNL]

Completed in 21 milliseconds