Home
last modified time | relevance | path

Searched refs:rcu_normal_wake_from_gp (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/tools/testing/selftests/rcutorture/configs/rcu/
H A DTREE05.boot10 rcutree.rcu_normal_wake_from_gp=1
/linux-6.15/kernel/rcu/
H A Dtree.c1627 static int rcu_normal_wake_from_gp; variable
1628 module_param(rcu_normal_wake_from_gp, int, 0644);
3234 if (!READ_ONCE(rcu_normal_wake_from_gp)) { in synchronize_rcu_normal()
/linux-6.15/Documentation/admin-guide/
H A Dkernel-parameters.txt5441 rcutree.rcu_normal_wake_from_gp= [KNL]
5450 echo 1 > /sys/module/rcutree/parameters/rcu_normal_wake_from_gp
5451 or pass a boot parameter "rcutree.rcu_normal_wake_from_gp=1"