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

/linux-master/kernel/
H A Dksysfs.c22 #include <linux/rcupdate.h> /* rcu_expedited and rcu_normal */
193 int rcu_expedited; variable
197 return sysfs_emit(buf, "%d\n", READ_ONCE(rcu_expedited));
203 if (kstrtoint(buf, 0, &rcu_expedited))
208 KERNEL_ATTR_RW(rcu_expedited); variable
/linux-master/kernel/rcu/
H A Dupdate.c58 module_param(rcu_expedited, int, 0444);
136 * that if the user specifies both rcu_expedited and rcu_normal, then
189 * use within RCU. Note that this function takes the rcu_expedited
196 return rcu_expedited || atomic_read(&rcu_expedited_nesting);
218 * and if the rcu_expedited sysfs/boot parameter is not set, then all
669 else if (rcu_expedited)
670 pr_info("\tAll grace periods are expedited (rcu_expedited).\n");
/linux-master/include/linux/
H A Drcupdate.h1090 extern int rcu_expedited;

Completed in 166 milliseconds