Searched refs:rcu_normal (Results 1 – 5 of 5) sorted by relevance
217 int rcu_normal; variable221 return sysfs_emit(buf, "%d\n", READ_ONCE(rcu_normal)); in rcu_normal_show()227 if (kstrtoint(buf, 0, &rcu_normal)) in rcu_normal_store()232 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()
1159 extern int rcu_normal;
216 IPI-sensitive real-time workloads can use the rcupdate.rcu_normal
5558 rcupdate.rcu_normal= [KNL]