Searched refs:srcu_max_nodelay (Results 1 – 2 of 2) sorted by relevance
611 static ulong srcu_max_nodelay = SRCU_DEFAULT_MAX_NODELAY; variable612 module_param(srcu_max_nodelay, ulong, 0444);1827 if (READ_ONCE(sup->reschedule_count) > srcu_max_nodelay) in process_srcu()1918 if (srcu_max_nodelay != SRCU_DEFAULT_MAX_NODELAY) in srcu_bootup_announce()1919 pr_info("\tNon-default max no-delay of %lu.\n", srcu_max_nodelay); in srcu_bootup_announce()
6467 srcutree.srcu_max_nodelay [KNL]