Home
last modified time | relevance | path

Searched refs:rcu_normal (Results 1 – 2 of 2) sorted by relevance

/kernel/
Dksysfs.c165 int rcu_normal; variable
169 return sprintf(buf, "%d\n", READ_ONCE(rcu_normal)); in rcu_normal_show()
175 if (kstrtoint(buf, 0, &rcu_normal)) in rcu_normal_store()
180 KERNEL_ATTR_RW(rcu_normal);
/kernel/rcu/
Dupdate.c64 module_param(rcu_normal, int, 0);
130 return READ_ONCE(rcu_normal) && in rcu_gp_is_normal()
188 WRITE_ONCE(rcu_normal, 1); in rcu_end_inkernel_boot()