Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Dsrcutree.c646 static ulong srcu_max_nodelay = SRCU_DEFAULT_MAX_NODELAY; variable
647 module_param(srcu_max_nodelay, ulong, 0444);
1965 if (READ_ONCE(sup->reschedule_count) > srcu_max_nodelay) in process_srcu()
2073 if (srcu_max_nodelay != SRCU_DEFAULT_MAX_NODELAY) in srcu_bootup_announce()
2074 pr_info("\tNon-default max no-delay of %lu.\n", srcu_max_nodelay); in srcu_bootup_announce()