Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/
H A DTREE05.boot3 rcutree.gp_cleanup_delay=3
H A DTREE06.boot5 rcutree.gp_cleanup_delay=3
H A DTREE03.boot4 rcutree.gp_cleanup_delay=3
H A DBUSTED-BOOST.boot5 rcutree.gp_cleanup_delay=3
H A DTREE01.boot4 rcutree.gp_cleanup_delay=3
/openbmc/linux/kernel/rcu/
H A Dtree_plugin.h94 if (gp_cleanup_delay) in rcu_bootup_announce_oddness()
95 pr_info("\tRCU debug GP cleanup slowdown %d jiffies.\n", gp_cleanup_delay); in rcu_bootup_announce_oddness()
H A Dtree.c173 static int gp_cleanup_delay; variable
174 module_param(gp_cleanup_delay, int, 0444);
1782 rcu_gp_slow(gp_cleanup_delay); in rcu_gp_cleanup()
/openbmc/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt4810 rcutree.gp_cleanup_delay= [KNL]