Home
last modified time | relevance | path

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

/openbmc/linux/kernel/rcu/
H A Dsrcutree.c607 static ulong srcu_max_nodelay = SRCU_DEFAULT_MAX_NODELAY; variable
608 module_param(srcu_max_nodelay, ulong, 0444);
1803 if (READ_ONCE(sup->reschedule_count) > srcu_max_nodelay) in process_srcu()
1897 if (srcu_max_nodelay != SRCU_DEFAULT_MAX_NODELAY) in srcu_bootup_announce()
1898 pr_info("\tNon-default max no-delay of %lu.\n", srcu_max_nodelay); in srcu_bootup_announce()
/openbmc/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt6194 srcutree.srcu_max_nodelay [KNL]