Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/rcu/
Dsrcutree.c551 static ulong srcu_max_nodelay_phase = SRCU_DEFAULT_MAX_NODELAY_PHASE; variable
552 module_param(srcu_max_nodelay_phase, ulong, 0444);
580 if (READ_ONCE(ssp->srcu_n_exp_nodelay) > srcu_max_nodelay_phase) in srcu_get_delay()
1726 pr_info("\tMax phase no-delay instances is %lu.\n", srcu_max_nodelay_phase); in srcu_bootup_announce()
/linux-5.19.10/Documentation/admin-guide/
Dkernel-parameters.txt5823 srcutree.srcu_max_nodelay_phase [KNL]