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

/linux-4.4.14/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.4.14/kernel/rcu/
H A Dupdate.c63 module_param(rcu_expedited, int, 0);
121 * use within RCU. Note that this function takes the rcu_expedited
128 return rcu_expedited || atomic_read(&rcu_expedited_nesting); rcu_gp_is_expedited()
150 * and if the rcu_expedited sysfs/boot parameter is not set, then all
/linux-4.4.14/include/linux/
H A Drcupdate.h51 extern int rcu_expedited; /* for sysctl */

Completed in 147 milliseconds