Searched refs:rcu_normal (Results 1 - 3 of 3) sorted by relevance

/linux-master/kernel/
H A Dksysfs.c22 #include <linux/rcupdate.h> /* rcu_expedited and rcu_normal */
210 int rcu_normal; variable
214 return sysfs_emit(buf, "%d\n", READ_ONCE(rcu_normal));
220 if (kstrtoint(buf, 0, &rcu_normal))
225 KERNEL_ATTR_RW(rcu_normal); variable
/linux-master/kernel/rcu/
H A Dupdate.c59 module_param(rcu_normal, int, 0444);
136 * that if the user specifies both rcu_expedited and rcu_normal, then
137 * rcu_normal wins. (Except during the time period during boot from
143 return READ_ONCE(rcu_normal) &&
238 WRITE_ONCE(rcu_normal, 1);
665 if (rcu_normal)
666 pr_info("\tNo expedited grace period (rcu_normal).\n");
/linux-master/include/linux/
H A Drcupdate.h1091 extern int rcu_normal;

Completed in 119 milliseconds