Home
last modified time | relevance | path

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

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