Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/rcutorture/configs/rcu/
H A DTREE05.boot10 rcutree.rcu_normal_wake_from_gp=1
/linux/kernel/rcu/
H A Dtree.c1638 static int rcu_normal_wake_from_gp = -1; variable
1639 module_param(rcu_normal_wake_from_gp, int, 0644);
3283 if (READ_ONCE(rcu_normal_wake_from_gp) < 1) { in synchronize_rcu_normal()
4908 if (rcu_normal_wake_from_gp < 0) { in rcu_init()
4910 rcu_normal_wake_from_gp = 1; in rcu_init()
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt5876 rcutree.rcu_normal_wake_from_gp= [KNL]
5885 echo 1 > /sys/module/rcutree/parameters/rcu_normal_wake_from_gp
5886 or pass a boot parameter "rcutree.rcu_normal_wake_from_gp=1"