Searched refs:rcu_normal (Results 1 – 5 of 5) sorted by relevance
161 int rcu_normal; variable165 return sysfs_emit(buf, "%d\n", READ_ONCE(rcu_normal)); in rcu_normal_show()171 if (kstrtoint(buf, 0, &rcu_normal)) in rcu_normal_store()176 KERNEL_ATTR_RW(rcu_normal);
59 module_param(rcu_normal, int, 0444);143 return READ_ONCE(rcu_normal) && in rcu_gp_is_normal()238 WRITE_ONCE(rcu_normal, 1); in rcu_end_inkernel_boot()665 if (rcu_normal) in rcupdate_announce_bootup_oddness()
1193 extern int rcu_normal;
222 IPI-sensitive real-time workloads can use the rcupdate.rcu_normal
6241 rcupdate.rcu_normal= [KNL]