Searched refs:srcu_max_nodelay (Results 1 – 2 of 2) sorted by relevance
607 static ulong srcu_max_nodelay = SRCU_DEFAULT_MAX_NODELAY; variable608 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()
6194 srcutree.srcu_max_nodelay [KNL]