Home
last modified time | relevance | path

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

/kernel/
Dksysfs.c172 int rcu_normal; variable
176 return sprintf(buf, "%d\n", READ_ONCE(rcu_normal)); in rcu_normal_show()
182 if (kstrtoint(buf, 0, &rcu_normal)) in rcu_normal_store()
187 KERNEL_ATTR_RW(rcu_normal);
/kernel/rcu/
Dupdate.c58 module_param(rcu_normal, int, 0);
140 return READ_ONCE(rcu_normal) && in rcu_gp_is_normal()
197 WRITE_ONCE(rcu_normal, 1); in rcu_end_inkernel_boot()
587 if (rcu_normal) in rcupdate_announce_bootup_oddness()