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

/linux-4.1.27/kernel/
H A Dksysfs.c23 #include <linux/rcupdate.h> /* rcu_expedited */
147 int rcu_expedited; rcu_expedited_show() variable
151 return sprintf(buf, "%d\n", rcu_expedited); rcu_expedited_show()
157 if (kstrtoint(buf, 0, &rcu_expedited)) rcu_expedited_store()
162 KERNEL_ATTR_RW(rcu_expedited); variable
/linux-4.1.27/kernel/rcu/
H A Dupdate.c63 module_param(rcu_expedited, int, 0);
72 * use within RCU. Note that this function takes the rcu_expedited
79 return rcu_expedited || atomic_read(&rcu_expedited_nesting); rcu_gp_is_expedited()
101 * and if the rcu_expedited sysfs/boot parameter is not set, then all
/linux-4.1.27/include/linux/
H A Drcupdate.h49 extern int rcu_expedited; /* for sysctl */

Completed in 104 milliseconds