Searched refs:rcu_normal_wake_from_gp (Results 1 – 2 of 2) sorted by relevance
10 rcutree.rcu_normal_wake_from_gp=1
1634 /* Enable rcu_normal_wake_from_gp automatically on small systems. */1637 static int rcu_normal_wake_from_gp = -1; variable 1638 module_param(rcu_normal_wake_from_gp, int, 0644);3275 if (READ_ONCE(rcu_normal_wake_from_gp) < 1) { in synchronize_rcu_normal() 4895 if (rcu_normal_wake_from_gp < 0) { in rcu_init() 4897 rcu_normal_wake_from_gp = 1; in rcu_init()