Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/rcu/
Dsrcutree.c47 static ulong exp_holdoff = DEFAULT_SRCU_EXP_HOLDOFF; variable
48 module_param(exp_holdoff, ulong, 0444);
799 if (exp_holdoff == 0 || in srcu_might_be_idle()
801 sp->srcu_last_gp_end + exp_holdoff)) in srcu_might_be_idle()
1306 if (exp_holdoff != DEFAULT_SRCU_EXP_HOLDOFF) in srcu_bootup_announce()
1307 pr_info("\tNon-default auto-expedite holdoff of %lu ns.\n", exp_holdoff); in srcu_bootup_announce()
/Linux-v4.19/Documentation/admin-guide/
Dkernel-parameters.txt4255 srcutree.exp_holdoff [KNL]