Searched refs:rcu_normal (Results 1 – 5 of 5) sorted by relevance
22 #include <linux/rcupdate.h> /* rcu_expedited and rcu_normal */217 int rcu_normal; variable 221 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);136 * that if the user specifies both rcu_expedited and rcu_normal, then137 * rcu_normal wins. (Except during the time period during boot from143 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() 666 pr_info("\tNo expedited grace period (rcu_normal).\n"); in rcupdate_announce_bootup_oddness()
1159 extern int rcu_normal;
216 IPI-sensitive real-time workloads can use the rcupdate.rcu_normal
5827 rcupdate.rcu_normal= [KNL]