Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/rcu/
H A Dsrcutree.c34 static ulong exp_holdoff = DEFAULT_SRCU_EXP_HOLDOFF; variable
35 module_param(exp_holdoff, ulong, 0444);
789 if (exp_holdoff == 0 || in srcu_might_be_idle()
790 time_in_range_open(t, tlast, tlast + exp_holdoff)) in srcu_might_be_idle()
1368 if (exp_holdoff != DEFAULT_SRCU_EXP_HOLDOFF) in srcu_bootup_announce()
1369 pr_info("\tNon-default auto-expedite holdoff of %lu ns.\n", exp_holdoff); in srcu_bootup_announce()
/OK3568_Linux_fs/kernel/Documentation/RCU/Design/Requirements/
H A DRequirements.rst2548 by the ``srcutree.exp_holdoff`` kernel boot parameter (25 microseconds
/OK3568_Linux_fs/buildroot/output/OK3568/target/usr/lib/modules/5.10.160/
H A Dmodules.builtin.modinfo
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dkernel-parameters.txt5302 srcutree.exp_holdoff [KNL]