Home
last modified time | relevance | path

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

/kernel/
Dksysfs.c171 int rcu_normal; variable
175 return sprintf(buf, "%d\n", READ_ONCE(rcu_normal)); in rcu_normal_show()
181 if (kstrtoint(buf, 0, &rcu_normal)) in rcu_normal_store()
186 KERNEL_ATTR_RW(rcu_normal);
/kernel/rcu/
Dupdate.c59 module_param(rcu_normal, int, 0444);
143 return READ_ONCE(rcu_normal) && in rcu_gp_is_normal()
275 WRITE_ONCE(rcu_normal, 1); in rcu_end_inkernel_boot_locked()
724 if (rcu_normal) in rcupdate_announce_bootup_oddness()