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